Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

Galleria-Talk

« Return to Galleria

Summary: Talk Page for Galleria
Maintainer: DaveG
Categories: Images, Gallery

Question regarding thumbs size (0730-2008 23:00 GMT+1)

I'm using galleria toghether with pmgallery, and I found the thumbs size parameter in pmgallery very useful. Is it any way to make galleria have a similar option, to increase or decrease the size of each thumbnail image inside the carousel?

Response

Unfortunately I'm not in a position to check right now, but you should be able to use the 'height' and 'width' parameters to change the size of the images. You may also need to change the size of the CSS container object as well.

 ~ ~ DaveG

Question about centering the carousel

Hello. I am a very new user of pmwiki (and I am french, so excuse me if you do not understand me). I would like to know if it is possible to center the carousel, and to left a bigger blank between the carousel and the displayed picture ? Thank you very much for your work, it is really awesome.

Response

  • Centering a carousel: in the CSS add:
.jcarousel-container {margin-left: auto; margin-right: auto;}
  • Centering the image: in the CSS add:
.galleria_container {text-align: center;}
  • Bigger gap between carousel and picture: in the CSS, add:
.jcarousel-skin-tango {margin-top: 20px;}

Question about usefull features

Hi. I like the gallary very much, but I realy miss some features like:

  • 1. move the carousel EASY in a position of my choice relative to the image
  • 2. if "clicnext = false" then I would like to put a link on the image to view a bigger image by click:
   for example: 
  • %newin%[[Attach:P5123230_bigger.jpg|Attach:P5123230.jpg]]
  • %newin%[[Attach:P5123234_bigger.jpg|Attach:P5123234.jpg]]...
  • 3. have the possibility to ad a title or a description to the Images, maybe also a short title to the thumbs.

I managed somehow to realize 1 but it took very long :( . At the moment I got stuck at point 2 and 3. Is it possile to realize them?

thanks, Gre

Edit - History - Print - Recent Changes - Search
Page last modified on September 29, 2008, at 11:50 AM