Skip to content

Commit dbed168

Browse files
authored
Merge pull request #32 from xremix/develop
Demo to latest jQuery version
2 parents 510f1e5 + 0accbd6 commit dbed168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Demo-Flickr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<h1>xGallerify - Flickr Explore Demo</h1>
2121
<div class="photos"></div>
2222

23-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
23+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
2424
<script src="dist/jquery.xgallerify.min.js"></script>
2525
<script type="text/javascript">
2626
$.get('https://api.flickr.com/services/rest/?method=flickr.interestingness.getList&api_key=6e331505ca097640de63eda415ff7c62&format=json&nojsoncallback=1')

Demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@
146146
</div>
147147

148148
<!-- Scripts -->
149-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
149+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
150150
<script src="dist/jquery.xgallerify.js"></script> <!-- This paths works localy and with the CDN sample -->
151151
<script type="text/javascript">
152152
var gallery = $('.photos').gallerify({
153-
margin:10,
153+
margin:5,
154154
mode:'default',
155155
lastRow:'hidden'
156156
});

0 commit comments

Comments
 (0)