0

I have a Jquery Cycle plugin rotating youtube videos and it's not displaying correctly in Safari desktop. I have tested on IE, FF, Chrome & mobile Safari with no issues.

It seems as if the overflow:hidden/auto property isn't working. Check out the link in Safari: http://www.tweedstudios.com/!/broadcast3.php

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356

1 Answers1

0

Add this to the end of the URL's for the iframe's:

&wmode=opaque

http://www.youtube.com/embed/Kx3xVE2tU6c?rel=0&autoplay=0&controls=1&wmode=opaque

lucuma
  • 18,247
  • 4
  • 66
  • 91