Search code examples
jqueryimagecycle

jQuery.Cycle showing small images at first load


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

Does anybody know what's the solution of this problem? Thanks a lot


Solution

  • Use $(window).load(function() { }); rather than $(document).ready(function() { });