Skip to content

Commit

Permalink
Bugfix lightbox opening does not work on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 26, 2015
1 parent 12c4bce commit 66b5325
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 362 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var gallery = $('.gallery a').simpleLightbox();
gallery.next(); // Next Image
```
### Changelog
**1.4.5 - Bugfix lightbox opening does not work on mobile devices**
**1.4.4 - Bugfix no drag&drop in FF, changed default close text, only output data if lightbox is opened**
**1.4.3 - Bugfix z-index for spinner to low, added sass files**
**1.4.2 - Bugfix for issue #2 - Drop Event does not fire when mouse leaves window**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplelightbox",
"version": "1.4.4",
"version": "1.4.5",
"homepage": "http://andreknieriem.de/simple-lightbox",
"authors": [
"André Rinas <[email protected]> (http://andreknieriem.de)"
Expand Down
Loading

0 comments on commit 66b5325

Please sign in to comment.