c4171feff0
* make navbar template more readable * fix download button
8 lines
335 B
HTML
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>
|