Insert a video from the media

Hi,
I need to add the movie from the site's media in the popup shortcode.
Be sure to display the movie in the pop-up window
...
for example :
...
Thanks

Comments

  • Hi,
    Please be sure that you are familiar with the documentation:

    If you want to use your own videos (as here mp4), please paste the proper link to mp4 and ogv tags.
    Oh, and use this code in the column item to show the popup.
    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>

    The content(video shortcode) should be where the "CONTENT HERE" text is.
    Thanks
Sign In or Register to comment.