Videoscaling works, but startpage layout broken

This commit is contained in:
Jan
2024-06-06 17:52:58 +02:00
parent bd750eb9a2
commit 0a180eac6f
3 changed files with 19 additions and 0 deletions

View File

@@ -7,10 +7,12 @@
{% if (title != "") %}
<h3>{{title}}</h3>
{% endif %}
<div class="video-container">
<iframe width={{width}} height={{height}} class="center" src="{{ video_url }}" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
{% else %}
{{code}}