Last active
September 25, 2023 22:14
-
-
Save memetican/5277703b27914de0d16c578db1e2937c to your computer and use it in GitHub Desktop.
Webflow Lightbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.w-lightbox-group .w-lightbox-image { | |
max-height: calc(84vh - 50px); | |
} | |
.w-lightbox-caption { | |
bottom: -50px; | |
} | |
.w-lightbox-figure { | |
top: -25px; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment