Video pop-up (Lightbox)

  1. From top bar click on settings and Choose Pro settings-

2. Copy and paste below code in your website

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>

Click on Save button

Now add a HTML button to your website

Now copy the below code, and make sure to replace youtube link with your video link.

Remove the code from previously added widget and paste the above code and click on save button

Last updated