Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

Commit 39f585a

Browse files
committed
5.3.0
1 parent e445452 commit 39f585a

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ekko-lightbox",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"main": "./dist/ekko-lightbox.min.js",
55
"ignore": [
66
"**/.*",

dist/ekko-lightbox.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/ekko-lightbox.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3 id="image-gallery">Image Gallery</h3>
365365
</div>
366366
<code class="html" data-code="example-2"></code>
367367

368-
<h3 id="single-image">Limit Image Size</h3>
368+
<h3 id="limit-size">Limit Image Size</h3>
369369
<p>Note: uses modal plugin limiting via <code>data-max-width</code> (or <code>data-max-height</code>)</p>
370370
<div class="row">
371371
<div class="offset-sm-4 col-sm-3" data-code="example-10">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ekko-lightbox",
33
"description": "A lightbox gallery plugin for Bootstrap based on the modal plugin",
4-
"version": "5.2.1",
4+
"version": "5.3.0",
55
"keywords": [
66
"lightbox",
77
"gallery",

0 commit comments

Comments
 (0)