Vide lightbox to image

Hey there! I am re-building a page and would like to add a lightbox pop-up video to an image. So that when one clicks on the image the video pops up. How do I achieve this? I have tried with various plugins but can not get it to work.

Best!

/Tomas

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hello Tomas,

Thanks for writing in!

You can add following shortcode in Cornerstone Raw content element to open video lightbox upon clicking image.

[image class="videoLightbox" type="rounded" src="image-1.jpg" link="true" href="//player.vimeo.com/video/84751465" alt="Text"]

[lightbox selector=".videoLightbox" opacity="0.875" prev_scale="0.75" prev_opacity="0.75" next_scale="0.75" next_opacity="0.75" orientation="horizontal"]

Thanks.