webseite/templates/blocks/pro_video.html

9 lines
335 B
HTML
Raw Normal View History

<div class="fit">
2019-02-12 17:45:44 +01:00
<youtube-embed embed="{{ this.video_url }}"></youtube-embed>
<noscript>
<div class="youtube">
<iframe src='https://invidio.us/embed/{{ this.video_url }}?rel=0' frameborder='0' allow="autoplay; encrypted-media" allowfullscreen scrolling="no"></iframe>
</div>
</noscript>
2019-02-12 17:45:44 +01:00
</div>