views:

514

answers:

2

Hello,

I've got problem with jQuery.cycle plugin. At first load of page (when imgs arent cached) its showing small imgs, like thumbnails. You can see it at http://onlinevideo.sk/ - just wait when the second img shows - it's small. Reload/refresh solves it, but it's not real solution, you know.

Does anybody knows what's the solution of this problem? Thx a lot

+1  A: 

I had the same issue and it was driving me crazy! I tried pre-loading the images, checked versions on everything etc to no avail.. The only thing that seemed to fix this was setting width and height on each picture on the page, rather than in css.

Oliver Tani
I had this problem, and this fix seems to have worked
Oli
A: 

use overflow:hidden on the images container DIV

acidrain