Video in modal not displaying

GK User
Tue May 03, 2016 10:42 am
Hi.
On my site homepage I have two 'watch video' buttons that open a modal popup that plays the embedded youtube videos.

Website is www.avocadosunset.com.au

Code for the video buttons is:

<p><a class="gk-video-link modal button button-border" href="http://www.youtube.com/embed/4N3Ai-QRhj4" rel="{handler: 'iframe', size: {x: 560, y: 315}}">Watch Video</a>  <a class="gk-video-link modal button button-border" href="http://www.youtube.com/embed/ZF2cWacoVA4" rel="{handler: 'iframe', size: {x: 560, y: 315}}">Watch Video</a></p>

This has been working fine - but I've recently been alerted to the fact that the video's no longer play in the modal window. All I see is a white box.

I'm not sure what's caused this - I've tried disabling other plugins to see if there's a conflict -but to no avail.

Any ideas?

Cheers
Emily
User avatar
Junior Boarder

teitbite
Wed May 04, 2016 10:47 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.frontpage #sbox-window #sbox-content {
    height: 100% !important;
}
User avatar
Moderator


cron