Hi,

I have 750+ images reading from a directory. Is it possible to limit the amount of image thumbnails displayed so that I get, say 50, on the page? What I want to do is limit the amount of thumbnails for performance but when I click on the image it still shows 1 of 750 and takes you through the entire image collection.

Is this possible?

Thanks,
Elliot

Comments

vacilando’s picture

Assigned: Unassigned » vacilando
Priority: Critical » Normal
Status: Active » Fixed

Install as described at http://vacilando.net/bg and don't forget to enable the Brilliant gallery tag for one of your text formats at /admin/config/content/formats

Then create a new node, select the right text format, and put in a tag...

E.g. the following one downloads your images from folder "firstgallery" in your main gallery folder (you set at /admin/config/brilliant_gallery) -- and it will show thumbs 50px wide, 12 in each row, and only 36 (= three rows) in total:

[bg|
location = firstgallery|
thumbcolumns = 12 |
thumbwidth = 50|
thumbmaxshow = 36
]

Status: Fixed » Closed (fixed)

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