Skip to content

Commit 6593e3d

Browse files
committed
Version 1.2.5 release..
Hide all items except prev current and next slides to improve perfomance.. Reset scrolltop after closing the gallery.. Remove fadeIn fadeOut effects for IE 9 and bellow..
1 parent c10b9db commit 6593e3d

31 files changed

+415
-603
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ If you want to include any lightgallery plugin you can include it after lightgal
6868

6969
<!-- jQuery version must be >= 1.8.0; -->
7070
<script src="jquery.min.js"></script>
71-
<!-- A jQuery plugin that adds cross-browser mouse wheel support. -->
72-
<script src="js/jquery.mousewheel.min.js"></script>
71+
72+
<!-- A jQuery plugin that adds cross-browser mouse wheel support. (Optional) -->
73+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
7374

7475
<!-- lightgallery plugins -->
7576
<script src="js/lg-thumbnail.min.js"></script>

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightgallery",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "A lightweight, customizable, modular, responsive, lightbox gallery plugin for jQuery.",
55
"main": [
66
"dist/js/lightgallery.min.js",

dist/css/lg-fb-comment-box.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/lg-transitions.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)