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

markpenny’s picture

Title: Diaporam places resized and non-resized images in separate folders, but only draws on one folder per instance » Diaporama places resized and non-resized images in separate folders, but only draws on one folder per instance

Sorry. Misspelled the module name.

goz’s picture

Version: 6.x-1.1 » 6.x-2.0-beta1
Status: Active » Needs review

Bug has been fixed with 6.x-2.0-beta1

markpenny’s picture

Great. I'll check it out.