I'm trying to have a gallery appear where the thumbnails have a width different from the default width used in other galleries on my site.
In the BG config, I have the "maximum width of table images" set to 180. But in this particular gallery, I'd like the thumbnails to have a width of 50.
I have tried these sets of parameters, but they are not altering the size of the thumbnails. I am clearing the cache every time I make a change.
[bg|my-path||50]
[bg|my-path||50|||||]
This is based on the tag syntax given in the documentation: [bg|path/to/your/gallery/folder/without/wrapping/slashes |columncountoverride|widthoverride|sortorrandomoverride|maximumnumbertoshow|colouroverride|beginfromoverride|caption-yes-no-text]
Is what I'm trying to do possible? Can someone see what I'm doing wrongly?
Comments
Comment #1
chrisla commentedIt looks like you can't have blank parameters anywhere, so you have to give a value in between a || set even if it's the same as the default.
So, my default column count was 3, so using this set of parameters gave me the 50px width:
[bg|my-path|3|50]