Skip to content

Commit

Permalink
trying to add lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller7 committed Jan 25, 2021
1 parent 64dcbe4 commit 22a9145
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ var s3 = new AWS.S3({
});

viewAlbum('bh6');
viewAlbum('bh5');
// viewAlbum('bh5');

$('.image').lazy();

// Used to create HTML for our images
function getHtml(template) {
return template.join('\n');
Expand Down
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"active-menu-link": "^1.1.8",
"aws-sdk": "^2.831.0",
"jquery": "^3.5.1",
"jquery-lazy": "^1.7.11",
"parcel-plugin-metaimage": "^1.2.4",
"rellax": "^1.12.1",
"slick-carousel": "^1.8.1"
Expand Down

0 comments on commit 22a9145

Please sign in to comment.