Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Example demonstration image of grumpy cat was gone. Have linked to waybackmachine
  • Loading branch information
mklilley authored Feb 16, 2024
1 parent 60afc45 commit 3417c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

---

![](https://images.thestar.com/content/dam/thestar/business/2013/09/18/grumpy_cat_rewarded_for_persistent_frowning_gets_endorsement_deal/grumpy_cat.jpg)
![](https://web.archive.org/web/20211114072425if_/https://images.thestar.com/content/dam/thestar/business/2013/09/18/grumpy_cat_rewarded_for_persistent_frowning_gets_endorsement_deal/grumpy_cat.jpg)

### Notes:
Landscape images will fill the slide nicely
Expand All @@ -133,7 +133,7 @@

We need to use a smidgen of HTML for this

<img class="r-stretch" src="https://images.thestar.com/content/dam/thestar/business/2013/09/18/grumpy_cat_rewarded_for_persistent_frowning_gets_endorsement_deal/grumpy_cat.jpg">
<img class="r-stretch" src="https://web.archive.org/web/20211114072425if_/https://images.thestar.com/content/dam/thestar/business/2013/09/18/grumpy_cat_rewarded_for_persistent_frowning_gets_endorsement_deal/grumpy_cat.jpg">

### Notes:
Reveal's `r-stretch` class calculates the right size for the image
Expand All @@ -142,7 +142,7 @@
```
Images with text need to be stretched.
We need to use a smidgen of HTML for this
<img class="r-stretch" src="https://images.thestar.com/content/dam/thestar/business/2013/09/18/grumpy_cat_rewarded_for_persistent_frowning_gets_endorsement_deal/grumpy_cat.jpg">
<img class="r-stretch" src="https://web.archive.org/web/20211114072425if_/https://images.thestar.com/content/dam/thestar/business/2013/09/18/grumpy_cat_rewarded_for_persistent_frowning_gets_endorsement_deal/grumpy_cat.jpg">
```

---
Expand Down Expand Up @@ -212,4 +212,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 3417c26

Please sign in to comment.