Right now I set the size to 500x500px, That’s not working. I’m not sure exactly where to specify a size in the custom code I used to customize the lightboxes. Any advice appreciated.
Here is my site Read-Only: (Webflow - GalloFornia)
Right now I set the size to 500x500px, That’s not working. I’m not sure exactly where to specify a size in the custom code I used to customize the lightboxes. Any advice appreciated.
Here is my site Read-Only: (Webflow - GalloFornia)
Hey Jen @jen_spectacular,
please try adding the following code for:
.w-lightbox-close
.w-lightbox-left
.w-lightbox-right
<style>
background-size: 4rem;
</style>
Obviously, you can change the size and unit to whatevery suits your project best.
Let me know if this helps.