vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
530 stars 158 forks source link

What light box are you using? #108

Open bennyb opened 7 years ago

bennyb commented 7 years ago

Hi,

Are you using a lightbox plugin or is it a custom for unite gallery.

I have some individual images where i don't need the full unite gallery but still want to open a light box for them and have it match the same styles that's used in the gallery which is using unite gallery.

Thanks B

vvvmax commented 7 years ago

HI. you don't have option in the gallery to connect other lightboxes, sorry. you can run it without lightbox, and connect yours somehow (maybe using the API) but there is no such option in the gallery itself.

On Thu, Sep 15, 2016 at 8:28 PM, bennyb notifications@github.com wrote:

Hi,

Are you using a lightbox plugin or is it a custom for unite gallery.

I have some individual images where i don't need the full unite gallery but still want to open a light box for them and have it match the same styles that's used in the gallery which is using unite gallery.

Thanks B

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vvvmax/unitegallery/issues/108, or mute the thread https://github.com/notifications/unsubscribe-auth/AC_K_pmeytVbQn4CCdm08_SKTzZ0nWC1ks5qqYA-gaJpZM4J-IJU .

jueadams commented 7 years ago

How can the integrated lighbox disabled? I couln't find an option to disable.

Thanks a lot.

BTW: To use other components with your product, it would be helpful to have an event available that indicate the gallery is ready build (complete). Something like this: $("#ug_gallery").unitegallery().on('ug.complete', function () { $(this).find('a').colorbox(); would be possible to run e.g. Colorbox as a lighbox instead.