Log in

View Full Version : looking for a responsive lightbox



mlegg
08-04-2015, 01:38 AM
I have a page to make with a bunch of images. I want to use smaller images and have the image be clickable and turn into a lightbox. I want the larger images that pop up to be responsive.

mlegg
08-05-2015, 02:59 PM
does anyone know?

Beverleyh
08-05-2015, 07:22 PM
I haven't searched for one recently so I don't really know what new things are out there now.

But I wrote my own here, which you're free to use: http://fofwebdesign.co.uk/freebies-for-websites/css/gallery-modal-rwd.htm

There are a few versions, depending on what features you want (see the links at the bottom of the page), so have a look at the source code and see if you can adapt it to your needs. Unfortunately, I'm unable to offer any support at the moment due to work commitments so you might be better off looking for a more widely adopted jQuery plugin or something via Google.

davelf
08-10-2015, 04:31 AM
Fancybox :http://fancyapps.com/fancybox/
Pretty simple and can be customize in a wide option design interface, and it is in deed responsive.

Beverleyh
08-10-2015, 05:04 AM
Similarly, if it's more a standalone popup you need, rather than a gallery, there's this too http://fofwebdesign.co.uk/template/_testing/modal-popup.htm

The usage terms for Fancybox is that it's free for personal non-profit projects, although you can pay to use it on commercial sites. Just something to be aware of.

mlegg
08-10-2015, 02:10 PM
thanks, I'll look into those

molendijk
08-10-2015, 05:43 PM
Something like this (http://mesdomaines.nu/eendracht/slideshow_responsive2/slideshow_responsive2.html)?

ddadmin
08-18-2015, 04:57 AM
Just to add to this thread, the two lightbox scripts on DD have also now been updated to be responsive:

http://www.dynamicdrive.com/dynamicindex4/lightbox/index.htm
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

skatmand
12-10-2015, 07:55 AM
Just to add to this thread, the two lightbox scripts on DD have also now been updated to be responsive:

http://www.dynamicdrive.com/dynamicindex4/lightbox/index.htm
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

Thanks, this was just was I was looking for ;o)