slideshows in dreamweaver 2015 not working in website on web for phone or iPad
slideshows in dreamweaver 2015 not working in website on web for phone or iPad
code used for slideshow in dreamweaver CC2015
<video width="720" height="480" poster="../Little Doll Factory/Little Doll Factory.jpg" controls="controls" >
<source src="../Little Doll Factory/Little Doll Factory fade.mp4" type="video/mp4" />
<source src="../Little Doll Factory/Little Doll Factory fade.ogv" type="video/ogg" />
</video></td>
also www.wyndridgesalon.com
code used for slideshow in dreamweaver CC2015
<video width="375" height="250" preload="auto" autoplay loop >
<source src="html5_video/Wyndridge slide show with bckgrd_text.mp4" type="video/mp4">
<source src="html5_video/Wyndridge slide show with bckgrd_text(1).ogv" type="video/ogg">
<source src="html5_video/Wyndridge slide show with bckgrd_text(1).mp4" type="video/mp4">
</video></td>
