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 %}
|
||||
</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>
|
||||
|
||||
|
|
|
@ -314,7 +314,7 @@
|
|||
the sender.<br>
|
||||
|
||||
You can however enable this option to include the sender address in the reverse-alias. <br>
|
||||
|
||||
|
||||
This can be useful when setting up an email filter and makes the reverse-alias more readable.
|
||||
</div>
|
||||
<form method="post" action="#sender-in-ra">
|
||||
|
|
Loading…
Reference in a new issue