Thank you ...
I strongly helped by your module when I had to make a step by step instructions using pictures.
It would be very helpful if you include a setting to adjust the settings for making the dimension of a thumbnail image.

Once again thank you, hopefully always successfully - GBU

Comments

himue’s picture

Assigned: Peloose » himue
Status: Active » Closed (works as designed)

In the css-files, you can find following entry:

.himuesgallery_picture_image {
  height: 133px; /* will be used in himuesgallery to create thumbnails */
  width: 200px;  /* so be shure it is there */
}

This settings will define the dimension of the thumbnail. Please note, that you also have to set the width in

.himuesgallery_picture {
  ...
  width: 200px;
}

to the width before (or gerater).

After changing this setting, you have to edit and save the gallery again to recreate the thumbnails (you also can delete the thumbnail-dir under your gallery).

This settings have to be in the css-files, so i think there is no reason to make another setting anywhere else.

If my time allows, i'll will make an illustrated step by step instruction (if annyone else will do, feel free ;-))