Aleksey Andreev
Aleksey Andreev
PR fixes the preloadNeighboringImages function so that it preloads the last and first image when the first and last image respectively are displayed if the wrapAround option is active
If an SVG image has an file extension that is not in lower case, the image will not be scaled. This PR fixes this problem.
Hello, The method `Lightbox.prototype.sizeOverlay` returns nothing, but here the return value is used: ```js this.$lightbox.find('.lb-dataContainer').fadeIn(this.options.resizeDuration, function() { return self.sizeOverlay(); }); ``` It doesn't seem like a bug, but it's still...