fix blind embeds on mobile

master
Aevann 2024-04-10 13:56:30 +02:00
parent 6b78c0e7f8
commit b0933b6047
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
{% elif p.domain == 'teamblind.com' %}
{% set id = p.url.split('-')[-1] %}
{% if id %}
<iframe id="blind-embed" src="https://www.teamblind.com/embed/{{id}}" height="500" width="500"></iframe>
<iframe id="blind-embed" src="https://www.teamblind.com/embed/{{id}}" height="500" width="500" style="max-width:100%"></iframe>
{% endif %}
{% elif p.domain == 'instagram.com' %}
{% set path = p.url.split('https://instagram.com/')[1].rstrip('/') %}