Copy link to clipboard
Copied
6 jpegs with fade in/out exported from Premiere Pro CC2017 as media
converted in Bigasoft Total Converter into 3 formats
inserted into Dreamweaver CC2017
<td colspan="2" align="center"><video width="400" height="300" poster="slideshow_wyndridge_2017/debra.jpg" preload="metadata" autoplay="true" loop="true" >
<source src="slideshow_wyndridge_2017/Wyndridge.mp4" type="video/mp4">
<source src="slideshow_wyndridge_2017/Wyndridge.ogv" type="video/ogg">
<source src="slideshow_wyndridge_2017/slideshow_wyndridge_2017.webm" type="video/webm">
</video></td>
video plays and loops on desktop but not on phone or ipad
If all you are doing is fade-in/fade-out as a slideshow, you really should look into a javascript or css animation solution instead.
It will be a much, much smaller download and function correctly on a much larger number of devices (including mobile).
Something like Cycle 2 (using jQuery) would likely do the trick...http://jquery.malsup.com/cycle2/
Copy link to clipboard
Copied
Mobile devices do not support the autoplay feature. This is done to save battery life, bandwidth speed and to let users decide what to download, many of whom are often on limited download plans.
Copy link to clipboard
Copied
If all you are doing is fade-in/fade-out as a slideshow, you really should look into a javascript or css animation solution instead.
It will be a much, much smaller download and function correctly on a much larger number of devices (including mobile).
Something like Cycle 2 (using jQuery) would likely do the trick...http://jquery.malsup.com/cycle2/
Copy link to clipboard
Copied
I used your suggestion of Cycle2. The slideshow is working properly in all formats. So thank you! The only problem was that it created the width of my tables to change drastically. I sorted it out.