lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.19k stars 1.76k forks source link

Jquery Issue #573

Closed Blackglade closed 7 years ago

Blackglade commented 7 years ago

Currently testing the module. Doesn't seem to work with JQuery Slim 3.1

bellhop commented 7 years ago

The slim version is missing the effects modules that are called by lightbox2. Therefore, if you use the non-slim version it will work. I have tested on JQuery v3.1.1 from the JQuery CDN. See below:

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
Blackglade commented 7 years ago

ahh okay, woops!