How to stop/disable Vimeo embed autoplay (Layerslider)
Having difficulties with the autoplay function on Vimeo?
Recently we encountered an issue when trying to embed a Vimeo video into our client’s website. The website was built using WordPress using the Jupiter theme, and the video was meant to be inserted into layerslider as a banner. After googling for hours with no result, we finally found a solution and would like to share this with you.
Here is a video we created for you on How to stop/disable Vimeo embed autoplay (Layerslider WordPress).
The code to use is:
<iframe src=”https://player.vimeo.com/video/videoID?autoplay=false&title=0&byline=0&portrait=0″ width=”344″ height=”194″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Add ?autoplay=false after the video id and it will work.
Do like or comment on this article if you find this useful. Thanks!