landslide icon indicating copy to clipboard operation
landslide copied to clipboard

Autoplayed Videos and Animated GIFs Start On Slideshow Load

Open doakey3 opened this issue 8 years ago • 0 comments

Expected Behavior: Autoplayed videos and Animated GIFs start when parent slide becomes main focus Actual Behavior: Autoplayed videos and Animated GIFs start on slideshow load

Benefits of Fix:

  • Don't have to click 'play'
  • Stepwise animations become possible

Sample rst:

Title
=====

This is the first slide

-----------------------------------------------

Media
=====

.. raw:: html

    <video width="320" height="180" autoplay>
      <source src="clip.mp4" type="video/mp4">
    </video>

.. image:: animated.gif

doakey3 avatar Nov 12 '17 01:11 doakey3