I working on a jcycle bug in Chrome. I have a jcycle rotator setup to rotate youtube videos for a portfolio. The problem is when the page is loaded or refreshed in Chrome, one of the videos that should be hidden shows up in the left top corner. When I implement the display none fix from the FAQ’s, it hides all videos but the first permenantly. See examples below. Any help would be greatly appreciated. Thanks!
WITHOUT Display none Fix: (Videos pop up at left:0 top:0)
http://www.tweedstudios.com/!/broadcast.php
WITH Display none Fix: (Videos are permanently hidden)
http://www.tweedstudios.com/!/broadcast2.php
Also, there’s another bug in Safari. I’m sure it’s CSS related but I can’t pin point it. Thanks again!
The youtube iFrame’s in your second example are set to displayLnone. I’d suggest you use the visibility:hidden instead and then in the jquery cycle before event on the jquery cycle plugin you can change it to visible before the slide transitions.
The Youtube video in my hidden DIV only starts to load after the DIV is shown
http://jquery.malsup.com/cycle/options.html