Closed (fixed)
Project:
Galleria
Version:
7.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2011 at 11:59 UTC
Updated:
25 Feb 2012 at 01:31 UTC
ok i created a image style 200x200 pixel. I set that now in galleria options as thumbnail
http://screensnapr.com/v/Y5LOzI.png
but still the thumbs appear very small.
http://screensnapr.com/v/DFobms.png
what did i miss here? any ideas? thank ou.
Comments
Comment #1
kroimon commentedThe thumbnail size is hardcoded in the Galleria theme (in your case, the 'classic' theme).
So you have to edit the
/sites/all/libraries/galleria/themes/classic/galleria.classic.cssand adjust a lot of height values. The following list is untested and might be incomplete:.galleria-stage:bottom: 220px;.galleria-thumbnails-container:height: 210px;.galleria-thumbnails .galleria-image:The size you can configure for the image styles is just the size of the image files Drupal sends to the browser.
Comment #2
marcoka commentedah ok. ill take a look at the .tpl . thank you for that hint.
Comment #4
bamban commented"The thumbnail size is hardcoded in the Galleria theme (in your case, the 'classic' theme)."
What about normal images ? do I have to set it in css file as well ? I created a image style for normal image and changed it on galleria UI and nothing changed Default setting still remain
Comment #5
kroimon commentedNope, the normal image size depends on how big your Galleria is (so how your 'width' and 'height' options are set in the corresponding option set) and on the 'imageCrop' option.
The image style just resizes the image files before they get sent to the browser.
Comment #6
kroimon commentedClosed as there seem to be no more questions.
Comment #8
anabanana_split commentedI'm having trouble setting the thumbnail size in the theme "twelve". I have set up the Image style to scale width to 100 and chosen it in the gallery view but it's refusing to work.
This is my page so far:
http://www.tailoredportraits.co.nz/web/portfolio2
Many thanks, Ana