Diaporama places resized and non-resized images in separate folders, but only draws on one folder per instance
| Project: | Diaporama |
| Version: | 6.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
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?

#1
Sorry. Misspelled the module name.
#2
Bug has been fixed with 6.x-2.0-beta1
#3
Great. I'll check it out.