Hi Brajesh,
Would it be possible to add a “Browse” button to the image Gallery in-gallery view wherebye clicking on it would open up a lightbox browse of the images in the gallery? I have a few instances where the only view of the gallery the user gets is from actually within the gallery, so they do not get to benefit from the lightbox views and I find them preferable to loading a new page to go to the next image in that gallery.
Hi George,
Opening a gallery in lightbox is very easy in MediaPress. Here is what you need to call in javascript
mpp.lightbox.gallery( gallery_id, position, url );
Where gallery_id is the ID of gallery, the position is which item in the gallery should be displayed as first and the url is fallback url.
So, yes, you can use JS and open the gallery in lightbox as you wish.
Hope that helps.
The topic ‘ [Resolved] MediaPress – In-gallery lightbox view’ is closed to new replies.