akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.
http://www.aaronvanderzwan.com/maximage/2.0/
407 stars 219 forks source link

setTimeout errors in firefox #10

Open drasgardian opened 11 years ago

drasgardian commented 11 years ago

I got some console errors in firefox when using maximage along with jquery cycle. And maximage would only apply to the first element of the cycle.

Error Message:

useless setTimeout call (missing quotes around argument?)

I fixed it with this change on line 622:

ivandotv commented 11 years ago

In the customized example, the errors gets thrown only on the youtube slide.

nicmare commented 11 years ago

same error here: http://www.aaronvanderzwan.com/maximage/examples/html5video.html fixed it with

to = setTimeout(function(){Adjust[settings]($self);}, 200);