mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
fix embed video on mobile view
This commit is contained in:
parent
fec281b84f
commit
b0e39949cb
2 changed files with 7 additions and 2 deletions
|
@ -43,7 +43,12 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<p>This video can also quickly walk you through the steps:</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue