How to enable video playing as a pop up?

Hi Support

I am trying to put a video into my website now, the video is a mp4 but not from Youtube and Vimeo, you can check the url: https://profilebespoke.com/wp-content/uploads/2020/12/Video-1.mp4

I would like to put this video as a pop up after clicking the thumbnails, so far the video is not playing and showing error.

Thank you.

Comments

  • Hello,

    Please, put the following code in Column item.

    <a href="#popup" rel="lightbox">
    <img class="scale-with-grid" src="#put your thumbnail image here" alt="" /></a>
    <div id="popup" style="display:none">
    [video_embed video="" parameters="" mp4="https://profilebespoke.com/wp-content/uploads/2020/12/Video-1.mp4" ogv="https://profilebespoke.com/wp-content/uploads/2020/12/Video-1.mp4" placeholder="" html5_parameters="" width="700" height="400"]
    </div>
    


    Thanks

Sign In or Register to comment.