big overhaul

This commit is contained in:
speyll
2025-04-09 16:09:59 +01:00
parent ae125d2bc6
commit 9af0a02acd
32 changed files with 517 additions and 410 deletions

View File

@@ -1,9 +1,10 @@
<div {% if class %}class="{{class}}"{% endif %}>
<iframe
<iframe
src="https://www.youtube-nocookie.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
frameborder="0"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
</div>
</div>