- This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – mp4 doesn't start automatically
I use the following shortcode, MP4 file is on Amazon S3 (not private) but if you click on the button, the lightbox opens but the video doesn’t start automatically (it is just black with a play button, see http://prntscr.com/a1x3l0. The play button does work. It would be nice if it’s started automatically.
[wp_lightbox_mp4_video link=”https://s3.amazonaws.com/voetbaltraining.online/YD-US_LVL01_TRAINING_5_WARM+UP+-+Stealing+the+ball.mp4″ width=”640″ height=”480″ source=”http://www.yoursoccerskills.com/wp-content/uploads/2015/12/Button-watch-demo-video.png”%5D
The website is still under construction.
Hi, Please try adding autoplay="true"
and see how it goes:
[wp_lightbox_mp4_video link=”https://s3.amazonaws.com/voetbaltraining.online/YD-US_LVL01_TRAINING_5_WARM+UP+-+Stealing+the+ball.mp4″ width=”640″ height=”480″ source=”http://www.yoursoccerskills.com/wp-content/uploads/2015/12/Button-watch-demo-video.png” autoplay=”true”]
Great, it did the trick! (Maybe you shoud add in to the shortcode?)