aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-04-13 21:38:03 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-04-13 21:38:03 +0200
commitbae8d968a220db87d1c5515e605a70cace6affb1 (patch)
treed9d58633c52355ff3dced56fb6c4a90c338d79bd
parent334cd3e52ba54f27448d74cca7b0cd55b84b3d32 (diff)
downloadfosdem-2018-presentation-bae8d968a220db87d1c5515e605a70cace6affb1.tar
fosdem-2018-presentation-bae8d968a220db87d1c5515e605a70cace6affb1.tar.gz
change iframe example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f286a1..d263f24 100644
--- a/README.md
+++ b/README.md
@@ -322,7 +322,7 @@ To enable lazy loading all you need to do is change your "src" attributes to "da
```html
<section>
<img data-src="image.png">
- <iframe data-src="http://slides.com"></iframe>
+ <iframe data-src="http://hakim.se"></iframe>
<video>
<source data-src="video.webm" type="video/webm" />
<source data-src="video.mp4" type="video/mp4" />