remove scrolling for reddit embed

master
Aevann 2024-04-28 03:07:03 +03:00
parent 5839d69cd6
commit a2a40d9096
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
{% endif %}
{% if p.url and p.url.startswith('https://old.reddit.com/r/') %}
<iframe id="reddit-embed" src="{{p.url.replace('https://old.reddit.com/', 'https://embed.reddit.com/').split('?')[0]}}?context=1&showtitle=true{% if v.theme in DARK_THEMES %}&theme=dark{% endif %}" height="317" width="100%" allow="clipboard-read; clipboard-write"></iframe>
<iframe id="reddit-embed" src="{{p.url.replace('https://old.reddit.com/', 'https://embed.reddit.com/').split('?')[0]}}?context=1&showtitle=true{% if v.theme in DARK_THEMES %}&theme=dark{% endif %}" height="317" width="100%" allow="clipboard-read; clipboard-write" scrolling="no"></iframe>
<script defer src="{{'js/reddit_embed.js' | asset}}"></script>
{% elif p.url and p.url.startswith('https://tiktok.com/@') %}
{% set id = p.url.split('/video/')[1] %}