webseite/templates/blocks/pro_video.html
maxbachmann c4171feff0 Navbar (#21)
* make navbar template more readable

* fix download button
2019-05-05 23:38:31 +02:00

8 lines
335 B
HTML

<div class="fit">
<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>
</div>