Resized and non-resized images go to separate folders. Only resized images display in slider when resized and non-resized images are selected for the same instance.
The user end solution is to set the slider size to one that requires resizing of all images (e.g., 600X450 if you have 640X480s with 480X640s and/or panoramas).
While this is simple (once someone figures out what's happening and reports the solution), it's not as elegant as fixing the problem in the module would be. I'm going to take a look at the code and see if I can fix it myself, but there's a good chance I won't be able to. I'm not a developer.
Codewise, it looks to me like checking "Keep ratio" causes the module to generate (or reuse) a folder called size_1 (where size is the resolution selected by the user). Not checking "Keep ratio" causes the the module to generate (or reuse) a folder called size_0.
Goz, couldn't we do without this action?
Comments
Comment #1
markpenny commentedSorry. Misspelled the module name.
Comment #2
goz commentedBug has been fixed with 6.x-2.0-beta1
Comment #3
markpenny commentedGreat. I'll check it out.