
Originally Posted by
marton_1
Hi
Not sure if this is the correct place to ask!
I have zencart 1.5.1 and the standard "green" template plus the CKeditor add in
Anyway my problem is that I inserted a video using the CKeditor iframe button and the video autoplays! I do not want autoplay...
I tried to stop the autoplay with Autoplay = "0" and with Autoplay = "False" but it still autoplays; mycode is
<p>
<iframe align="middle" frameborder="0" height="224" scrolling="no" src="http://www.simmar.ch/catalog/images/henandson.mp4" width="400"></iframe></p>
I have a number of Youtube videos which do not autoplay although the code looks similar?, Example code,
<p>
<iframe allowfullscreen="" frameborder="0" height="180" src="//www.youtube.com/embed/Vc_r2BTfgPQ?feature=player_detailpage" width="320"></iframe></p>
Any suggestions welcomed.
Thanks