Posted by okelliot on January 23, 2012 at 1:21pm
3 followers
Jump to:
| Project: | Brilliant Gallery |
| Version: | 7.x-1.0 |
| Component: | Local folder gallery |
| Category: | support request |
| Priority: | normal |
| Assigned: | Vacilando |
| Status: | closed (fixed) |
Issue Summary
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
#1
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
]
#2
Automatically closed -- issue fixed for 2 weeks with no activity.