Closed (won't fix)
Project:
Galerie
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 May 2011 at 09:55 UTC
Updated:
5 Mar 2012 at 16:17 UTC
What would be the best way to make this module use colorbox or lightbox, etc. to display the large image in a window?
Comments
Comment #1
SeeSchloss commentedI see two possible solutions:
1) Show image in lightbox when you click on the large image displayed on the right or on a "fullscreen" button or something like that, that's easy to do.
2) Have a mode where instead of the thumbnails panel + large view panel, you only have thumbnails and clicking a thumbnail directly shows it in lightbox. That's not really (or really not) what I intended, but it might be nice. I don't really like the idea of having two rather different interfaces though, and the one I use myself is the current one so I will keep it.
Now if you're asking for how to change things yourself, you could simply use the jQuery lightbox plugin and include a small JS file with only something like
$('.galerie-image a').lightBox()in it, that would do the trick.Comment #2
SeeSchloss commented