Disable autostart on video
Posted: Fri Oct 02, 2020 11:28 am
Hi all,
I've a page with more than one video, but all the video starts automatically...
Can I disable that?
I've try to insert "?autoplay=0" after the link, or as property, but don't work.
any suggestion?
thanks
Fabio
I've a page with more than one video, but all the video starts automatically...
Can I disable that?
I've try to insert "?autoplay=0" after the link, or as property, but don't work.
Code: Select all
<div id="wb_Card5">
<div id="Card5-card-header">Highlights Exacer Montale vs ClubItalia<br>1a giornata Campionato Volley A2 - 20/09/2020</div>
<div id="Card5-card-body">
<div id="Card5-card-item1"><iframe src="video/MontaleClubItaliaHL.mp4?autoplay=0" frameborder="0" allowfullscreen></iframe></div>
<div id="Card5-card-item2"></div>
<hr id="Card5-card-item3">
<div id="Card5-card-item4">@pallavolomontale @legavolleyfemminile<br>#sophieblasi4 #rinnovo #newseason #seriea2<br>#graziemontale #unanuovasfida #workhard<br>#playhard #volley #pallavolomontale</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="wb_LayoutGridGazzettaDelloSport">
<div id="LayoutGridGazzettaDelloSport">
<div class="row">
<div class="col-1">
<div id="CardContainer5">
<div id="wb_CardIntervistaGazzetta">
<div id="CardIntervistaGazzetta-card-header">Intervista alla gazzetta dello Sport - settembre 2020</div>
<div id="CardIntervistaGazzetta-card-body">
<div id="CardIntervistaGazzetta-card-item1"><iframe src="video/IntervistaGazzetta092020.MP4" autoplay="0" frameborder="0" allowfullscreen></iframe></div>
<div id="CardIntervistaGazzetta-card-item2">La 17enne pallavolista italiana, figlia del grande cestista Andrea Blasi, racconta il suo dna sportivo</div>
<div id="CardIntervistaGazzetta-card-item3"><a href="https://video.gazzetta.it/video-sophie-andrea-blasi-determinata-come-mio-padre/22b2b2b4-f370-11ea-b59d-50df0fe9dcbc?fbclid=IwAR2UYfl28-XpBAgse_M9SWpAx-DP62PBfdVfh-l5y3ZeFkB0LOMrrUmrH08"><i class="fa fa-anchor"></i> Gazzetta</a></div>
<hr id="CardIntervistaGazzetta-card-item4">
<div id="CardIntervistaGazzetta-card-item5">@pallavolomontale @legavolleyfemminile<br>#sophieblasi4 #rinnovo #newseason #seriea2<br>#graziemontale #unanuovasfida #workhard<br>#playhard #volley #pallavolomontale</div>
</div>
</div>
thanks
Fabio