Embedded You Tube videos looping after 2 seconds?

I have embedded a you tube video on the homepage, when you click it it only plays 2 seconds and then it stops and restarts,
http://oak.blisssanctuaryforwomen.com

have created test page and added a normal video and that works see here
http://oak.blisssanctuaryforwomen.com/video-test/

any idea what it can be?

Hi,

You can try this code instead.

[image class="my-video" src="http://oak.blisssanctuaryforwomen.com/wp-content/uploads/2017/07/16.A.Video_.jpg" link="true" href="//www.youtube.com/embed/AV990LPlKfY" lightbox_video="true"]
[lightbox selector=".my-video"]

For more information kindly refer to the link below

Hope that helps.

ok amazing thankyou :slight_smile: how can it autoplay though? il try add the code and see what it does :confused:

Hi,

You can add ?autoplay=1 to href

eg.

[image class="my-video" src="http://oak.blisssanctuaryforwomen.com/wp-content/uploads/2017/07/16.A.Video_.jpg" link="true" href="//www.youtube.com/embed/AV990LPlKfY?autoplay=1" lightbox_video="true"]
[lightbox selector=".my-video"]

Hope that helps.