Skip to content

Commit

Permalink
commit with all files
Browse files Browse the repository at this point in the history
  • Loading branch information
ars committed May 5, 2023
1 parent 046e823 commit 77455dc
Show file tree
Hide file tree
Showing 12 changed files with 289 additions and 171 deletions.
11 changes: 8 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="../dist/simple-lightbox.css?v2.13.0" />
<link rel="stylesheet" href="../dist/simple-lightbox.css?v2.14.0" />
<link rel="stylesheet" href="demo.css" />
<title>SimpleLightbox by André Rinas</title>
</head>
Expand All @@ -14,7 +14,7 @@
<div class="header-container">
<div class="container demo-container">
<div class="info">
<h1>SimpleLightbox <sup>v2.13.0</sup></h1>
<h1>SimpleLightbox <sup>v2.14.0</sup></h1>
<span class="subline">Touch-friendly image lightbox</span>
<nav>
<a class="btn donate" target="_blank" href="https://www.paypal.me/anrinas">Donate</a>
Expand Down Expand Up @@ -545,6 +545,10 @@ <h2>Public Methods</h2>
<td>Opens the lightbox with an given Element</td>
</tr>
<tr>
<td>openPosition</td>
<td>openPositionOpens the lightbox to specific position</td>
</tr>
<tr>
<td>close</td>
<td>Closes current openend Lightbox</td>
</tr>
Expand Down Expand Up @@ -648,6 +652,7 @@ <h2>Customization</h2>
<h2>Changelog</h2>
</div>
<div class="col-right">
<strong>2.14.0</strong> - Merging #309 - thank to @romain25, fixing #305 - removeChild error if overlay option is disabled.<br />
<strong>2.13.0</strong> - Fixing #281 close lightbox on load,#311 caption not working, #307 second time opening not working with download option, #310 - passive scroll event default warning in console.<br />
<strong>2.12.1</strong> - Fixing #292. Error with download-link<br />
<strong>2.12.0</strong> - Merging #283. Fixing className whitespace error. Thanks to @MVogge. Merging #287, which fixes #286 thanks to @majid-1xinternet. Added download option. Thanks to @cnotin<br />
Expand Down Expand Up @@ -769,7 +774,7 @@ <h2>Author/<br />Contributors</h2>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="../dist/simple-lightbox.js?v2.13.0"></script>
<script src="../dist/simple-lightbox.js?v2.14.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
Loading

0 comments on commit 77455dc

Please sign in to comment.