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? :)

Comments

kroimon’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Component: Miscellaneous » Code

No, this is currently not possible.
If you have a good idea how to implement it, please comment or provide a patch.

kroimon’s picture

If 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.

kroimon’s picture

Status: Active » Fixed

No reply for 3 weeks - marking this issue as being fixed. Please reopen if you have further questions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

amirtaiar’s picture

This is a very good option. Somthing like what you have in DDBLOCK.

Screenack’s picture

Issue summary: View changes
Status: Closed (fixed) » Needs review
StatusFileSize
new37.52 KB

Just 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.