Skip to content

Instantly share code, notes, and snippets.

@memetican
Last active September 25, 2023 22:14
Show Gist options
  • Save memetican/5277703b27914de0d16c578db1e2937c to your computer and use it in GitHub Desktop.
Save memetican/5277703b27914de0d16c578db1e2937c to your computer and use it in GitHub Desktop.
Webflow Lightbox
<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