Top "Lightbox" questions

Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs.

Prevent body scrolling but allow overlay scrolling

I've been searching for a "lightbox" type solution that allows this but haven't found one yet (please, suggest if you …

css overlay lightbox
Changing image sizes proportionally using CSS?

I have been trying for a couple of days now to configure my thumbnail gallery so all the images appear …

html css gallery lightbox
TypeError: $(...).on is not a function

I am using jQuery litebox. After adding JS and CSS files I got this error TypeError: $(...).on is not a …

jquery cakephp-1.3 lightbox
Using JQuery to open a popup window and print

A while back I created a lightbox plugin using jQuery that would load a url specified in a link into …

javascript jquery printing popup lightbox
Using jQuery Fancybox or Lightbox to display a contact form

I would like to use jQuery Fancybox or Lightbox to load a contact form from a standard link in a …

jquery lightbox fancybox
Lightbox to show videos from Youtube and Vimeo?

I'm looking for a lightbox to show videos from Youtube and Vimeo. Any suggestions?

youtube lightbox vimeo
How to fix vh(viewport unit) css in mobile Safari?

I've used vh (viewport units) css in one of my projects but in mobile safari it doesn't work. It seems …

css height mobile-safari lightbox viewport-units
Can I load external stylesheets on request?

$.getScript('ajax/test.js', function() { alert('Load was performed.'); }); .. like the above code which loads an external JS on …

jquery load request external lightbox
How to make a jquery lightbox open multiple images from one link?

Using a lightbox like ColorBox or jQuery Lightbox Plugin how can i make a single link which opens a gallery / …

javascript jquery html lightbox
Removing inherited property of an element (box-sizing)

I am using a jQuery light box plugin on a bootstrap site. It has box-sizing: border-box set via universal selector. * { …

css twitter-bootstrap lightbox