Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
 * [Changed] iFrames and inline HTML now need a data-lightbox-type
 * [Changed] Nivo Lightbox now checks for content before overriding
links
 * [Fixed] IE10 YouTube bug
 * [Fixed] Code cleanup
  • Loading branch information
gilbitron committed May 15, 2014
1 parent cd6c1e2 commit 79bb76c
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 221 deletions.
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*** Nivo Lightbox Changelog ***

2014.05.15 - version 1.2.0
* [Changed] iFrames and inline HTML now need a data-lightbox-type
* [Changed] Nivo Lightbox now checks for content before overriding links
* [Fixed] IE10 YouTube bug
* [Fixed] Code cleanup

2013.12.11 - version 1.1
* [New] Added the clickOverlayToClose setting
* [New] Uppercase image extensions are now supported
Expand All @@ -9,4 +15,4 @@
* [Fixed] Inline content overflow bug

2013.08.01 - version 1.0
* Initial release
* Initial release
4 changes: 2 additions & 2 deletions nivo-lightbox.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Nivo Lightbox v1.1
* Nivo Lightbox v1.2.0
* http://dev7studios.com/nivo-lightbox
*
* Copyright 2013, Dev7studios
Expand Down Expand Up @@ -202,4 +202,4 @@
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
}
Loading

0 comments on commit 79bb76c

Please sign in to comment.