I am finding it hard to understand your problem, but I'm guessing it may be because when the image is hidden, the cycle plugin cannot find its dimensions (hidden elements have dimensions 0x0).
Instead of display:none, have you considered off-screen positioning or visibility:hidden instead? Diego On Apr 12, 1:20 am, jawosis <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the jquery cycle plugin for slide effects of images being > included dynamically to the website. Unfortunately, the images in the > hidden divs will not show in their original size once being showed > from the cycle script - just a icon size image is visible. > > How can i change this to maintain the real image size in all (also > hidden) divs?