Comments ychen415 started the conversationDecember 22, 2018 at 6:26pmHi,I want to play a YouTube video inside a lightbox/fancybox when the Go Button is hit. How do I achieve it? 7,095Oliver repliedDecember 26, 2018 at 8:54amHi,To the row html shortcode add this code:<a class="fancybox" href="#link"> Link </a> <div id="link">[Shortcode]</div>[Shortcode] - here you can put youtube iframe code. And add this css to the custom css field on the page: #link {display: none}https://codex-themes.com/thegem/documentation/css Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi,
I want to play a YouTube video inside a lightbox/fancybox when the Go Button is hit. How do I achieve it?
Hi,
To the row html shortcode add this code:<a class="fancybox" href="#link"> Link </a> <div id="link">[Shortcode]</div>[Shortcode] - here you can put youtube iframe code.
And add this css to the custom css field on the page: #link {display: none}https://codex-themes.com/thegem/documentation/css
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver