forked from rDrama/rDrama
1
0
Fork 0

make width 100% for youtube post embeds

master
Aevann 2023-09-05 01:26:28 +03:00
parent a2972bb082
commit a05154a670
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<script defer src="{{'js/vendor/twitter.js' | asset}}"></script>
{% endif %}
{% elif p.domain in ['youtu.be','youtube.com'] and p.embed and p.embed.startswith('<lite-youtube') %}
<p class="resizable yt">
<p class="resizable yt" style="width:100%">
{{p.embed | safe}}
</p>
{% endif %}