„layouts/shortcodes/video-wrapper.html“ ändern

pull/32/head
dunji 2022-06-06 13:12:41 +02:00
parent 49d87ea1db
commit 82738eaa94
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div class="videoWrapper">
<iframe width="560" height="349" controls src="{{ .Inner }}" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="349" src="{{ .Inner }}" frameborder="0" autoplay="0" allowfullscreen></iframe>
</div>