Skip to content

Commit

Permalink
Updated lightbox overlay to not be transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeeGrigg committed Jun 23, 2024
1 parent a1a4bde commit 14a5a14
Show file tree
Hide file tree
Showing 3 changed files with 4 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.

3 changes: 2 additions & 1 deletion assets/js/lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import SimpleLightbox from "simplelightbox";

const lightboxSettings = {
captions: false,
disableRightClick: true
disableRightClick: true,
overlayOpacity: 1
}

const headerLightbox = () => {
Expand Down

0 comments on commit 14a5a14

Please sign in to comment.