Update 'themes/lumbung-theme/layouts/partials/news-ticker.html'

only load the newsticker when it is almost in view
This commit is contained in:
rra 2022-04-06 10:52:13 +02:00
parent dcae820f44
commit 8a0d06b50a
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
<iframe src="https://documenta-fifteen.de/en/external-ticker-lumbung/" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" scrolling="no" style="overflow: hidden" width="100%" height="80px" frameborder="0"></iframe>
<iframe src="https://documenta-fifteen.de/en/external-ticker-lumbung/" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" scrolling="no" loading="lazy" style="overflow: hidden" width="100%" height="80px" frameborder="0"></iframe>