1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-03 01:52:47 +02:00

Updated Plugin docs (markdown)

Antonio Laguna
2017-04-19 20:23:23 +02:00
parent c5efae5bd0
commit e6b8908f6b

@@ -50,7 +50,7 @@ Any videos that have the `autoplay` attribute will get it removed and it will au
Example:
```markup
```html
<video autoplay loop poster="https://webslides.tv/static/images/peggy.jpg">
<source src="https://webslides.tv/static/videos/peggy.mp4" type="video/mp4">
</video>