1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 01:25:17 +02:00

change iframe example

This commit is contained in:
Hakim El Hattab
2015-04-13 21:38:03 +02:00
parent 334cd3e52b
commit bae8d968a2

View File

@@ -322,7 +322,7 @@ To enable lazy loading all you need to do is change your "src" attributes to "da
```html ```html
<section> <section>
<img data-src="image.png"> <img data-src="image.png">
<iframe data-src="http://slides.com"></iframe> <iframe data-src="http://hakim.se"></iframe>
<video> <video>
<source data-src="video.webm" type="video/webm" /> <source data-src="video.webm" type="video/webm" />
<source data-src="video.mp4" type="video/mp4" /> <source data-src="video.mp4" type="video/mp4" />