setup the basic thing atleast
This commit is contained in:
5
themes/anatole-zola/templates/shortcodes/youtube.html
Normal file
5
themes/anatole-zola/templates/shortcodes/youtube.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div {% if class %}class="{{class}}" {% endif %}>
|
||||
<iframe src="https://www.youtube.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}" webkitallowfullscreen
|
||||
mozallowfullscreen allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
Reference in New Issue
Block a user