Midi23d, resize youtube frame to max 100%

This commit is contained in:
Andrea Cavalli 2019-06-17 14:37:24 +02:00
parent 659803dcf0
commit e75fe75a5f
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ Enjoy
## Videos
<div style="margin: auto; text-align: center;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/4rcnu8j1Xqk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/4rcnu8j1Xqk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="max-width: 100%;"></iframe>
</div>