Skip to content

Commit

Permalink
fix: lightbox issue with alignment control
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 2, 2024
1 parent 9501fd3 commit fbe764b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/scss/components/main/_gutenberg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,15 @@ blockquote {
}
}

.wp-lightbox-overlay {

figure {

img {
height: var(--wp--lightbox-image-height);
min-height: var(--wp--lightbox-image-height);
min-width: var(--wp--lightbox-image-width);
width: var(--wp--lightbox-image-width);
}
}
}

0 comments on commit fbe764b

Please sign in to comment.