Skip to content

Commit

Permalink
Updated lightbox animations
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeeGrigg committed Jul 3, 2024
1 parent 0787fa1 commit e241410
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/built/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/index.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion assets/js/lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ const lightboxSettings = {
disableRightClick: true,
overlayOpacity: 1,
widthRatio: 0.95,
heightRatio: 0.95
heightRatio: 0.95,
animationSpeed: 100,
animationSlide: false,
fadeSpeed: 200
}

const selectors = [
Expand Down

0 comments on commit e241410

Please sign in to comment.