embed-responsive -16x9 video with auto play off
I am using bootstrap embed-responsive video to include 2 slideshows on a web page. I created the slideshows in iPhoto and exported them as mv4 files. They import into Dreamweaver just fine but I do not see any way to stop the auto play feature. Where can the parameters be adjusted in Dreamweaver cc bootstrap?
Here is the code for the video slideshow
<div class="row text-center">
<div class="col-md-6">
<div class="thumbnail"> <a href="FramedArt/GreenWavesSlideshow.m4v"><img src="Waves.Shells/GreenWave.jpg" alt="Waves" class="img-responsive" title="Green Waves"><div class="embed-responsive embed-responsive-16by9" > <iframe class="embed-responsive-item" src="http://www.selvastudios.com/FramedArt/GreenWavesSlideshow.m4v"></iframe> </div></a>
What do I need to add for autoplay false???

