Closed (fixed)
Project:
Views Slideshow JCarousel Thumbs
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2011 at 19:16 UTC
Updated:
2 Feb 2012 at 03:30 UTC
Hi,
If a new content is added and viewed by the first time, the page views with Slideshow JCarousel Thumbs get a bug: the bigger image get all over the thumbs.
I noticed it was caused because this new content didn't had the imagecache already generated yet. Remember: this bug only occurs at the first time this new content is viewed.
To solve it, i used Rules: After save new content, action: ImageCache: Generate ALL presets for this node's filefield images
bye
Comments
Comment #1
fearlsgroove commentedI'm guessing this is because the image hasn't started coming down before views slideshow does it's calculating. Your solution is reasonable if the number of images is relatively small. A less CPU intensive workaround is to explicitly set a min-height using css or the JS advanced settings if that's possible.