add 3 more pixels

master
Aevann 2024-04-09 05:51:09 +02:00
parent 9f0fa10273
commit 01610f239e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
{% elif p.url and p.url.startswith('https://tiktok.com/@') %}
{% set id = p.url.split('/video/')[1] %}
{% if id %}
<iframe id="embed" src="https://www.tiktok.com/embed/{{id}}" width="325px" height="753px"></iframe>
<iframe id="embed" src="https://www.tiktok.com/embed/{{id}}" width="325px" height="756px"></iframe>
{% endif %}
{% elif p.domain == 'instagram.com' %}
{% set path = p.url.split('https://instagram.com/')[1].rstrip('/') %}