File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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' )
Original file line number Diff line number Diff line change 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 } ) ;
You can’t perform that action at this time.
0 commit comments