Skip to main content
pianoforte school
Participating Frequently
January 18, 2017
Answered

Premiere Pro CC2017 and Dreamweaver CC2017

  • January 18, 2017
  • 3 replies
  • 436 views

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

web url:Wyndridge Hair and Make-Up Studio

    This topic has been closed for replies.
    Correct answer Jon Fritz

    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/

    Cycle2

    3 replies

    pianoforte school
    Participating Frequently
    January 18, 2017

    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.

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    January 18, 2017

    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/

    Cycle2

    pziecina
    Legend
    January 18, 2017

    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.