Disable autoplay + set responsive video in progetto.html
This commit is contained in:
parent
caf677e09a
commit
23560d7d9e
@ -42,8 +42,8 @@
|
||||
<div class="container">
|
||||
<div class="columns">
|
||||
<div class="column col-lg-7 col-sm-12 col-md-12 of-hidden">
|
||||
<iframe src="https://player.vimeo.com/video/464788316"
|
||||
width="640" height="360" frameborder="0" allowfullscreen></iframe>
|
||||
<iframe src="https://player.vimeo.com/video/464788316" class="video-responsive"
|
||||
width="640" height="360" frameborder="0" allowfullscreen autoplay="false"></iframe>
|
||||
</div>
|
||||
<div class="column col-lg-5 col-sm-12 col-md-12 pl-lg">
|
||||
<h2>In sintesi</h2>
|
||||
@ -85,8 +85,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column col-lg-7 col-sm-12 col-md-12 of-hidden">
|
||||
<iframe src="https://player.vimeo.com/video/578170143"
|
||||
width="640" height="360" frameborder="0" allowfullscreen></iframe>
|
||||
<iframe src="https://player.vimeo.com/video/578170143" class="video-responsive"
|
||||
width="640" height="360" frameborder="0" allowfullscreen autoplay="false"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user