In Galleria JS you can use a different image as thumbnail than the large version.
Important to show just a portion of the original image as thumbnail.
Is there any way to define a different image as thumbnail in galleria module? :)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screen Shot 2014-02-08 at 11.25.22 AM.png | 37.52 KB | Screenack |
Comments
Comment #1
kroimon commentedNo, this is currently not possible.
If you have a good idea how to implement it, please comment or provide a patch.
Comment #2
kroimon commentedIf you just want to show a fixed portion of the original image as a thumbnail, you could adapt the thumbnail image style to your needs.
Maybe there's even a module that provides a "custom" image style that allows you to manually change the thumbnail for each image.
Comment #3
kroimon commentedNo reply for 3 weeks - marking this issue as being fixed. Please reopen if you have further questions.
Comment #5
amirtaiar commentedThis is a very good option. Somthing like what you have in DDBLOCK.
Comment #6
Screenack commentedJust found myself in a use case where such a function would be great. I do see the challenge in providing this functionality. Here's my attempt at providing a UI for managing this.
Instruct the user that she may have a single image or a thumb/full size image support. The current model is flexible in allowing Galleria to apply against any image field. We'd have to rethink how galleria accesses the two image fields.
Provide a configuration option set whereby the user selects which image field serves as the Thumbnail and which serves as the Full Size image. Both fields must be present in the same content type.
Perhaps limiting the fields to a single content type is a necessary constraint? I'm happy to further help define the parameters if this proves productive.