fix embed video on mobile view

This commit is contained in:
Son NK 2020-12-06 19:38:48 +01:00
parent fec281b84f
commit b0e39949cb
2 changed files with 7 additions and 2 deletions

View File

@ -43,7 +43,12 @@
{% endif %}
</p>
<p>This video can also quickly walk you through the steps:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VsypF-DBaow" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VsypF-DBaow"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
style="max-width: 100%"
>
</iframe>
</div>
</div>