Trying to do window resize with jquery cycle slideshow
I'm trying to run a JavaScript window resize script on a page with a jQuery cycle slideshow but I'm hitting some bugs I cant seem to work out. It resizes the first image fine on page load but then forgets the new height/width attributes for subsequent slides. I can set these again on before and after using jQuery but the images always flash in at full size for a brief moment before resizing. Is jQuery.cycle resizing the slides back to their native size? If so how do I stop this? $(document).ready(function () { $('.slideshow').cycle({ fx: 'fade', speed: 200, timeout: 1000, pause: 1, before: