jQuery for button to pause video (using Webflow Video feature)

Hi there,

Im looking to create the script for a button to pause a video inserted using the Webflow video feature. Can this be done?

Thanks.

If you’re using the Video element ( not the YouTube element ) it used Embedly, which I believe used player.js. Dig into Embedly’s docs, you’ll learn how to instance the player and control your video.

Looking at the source code it certainly does use Embedly. Thanks for the tip, I’ll look into the docs.