I have a question about using lightbox images vs regular images. I don’t want a gallery style lightbox, but I have images sprinkled throughout my site that I would like to add the extra functionality of when if you click on an image, it opens larger on the screen so you can see it more closely. I want to make this a global change on the site, not necessarily create a lightbox for every single image. Is there a simple way to do this?
I’ve checked out the custom code for magnify, which isn’t what I want to do (I’d rather have the entire image enlarge on the screen). But it got me thinking, does custom code exist for this function that I could apply to the whole site?
If images are scaled the quality will be affected (degraded). If image quality is important then you would need to have the image wrapped with a link that points to a higher quality image. Then code would have something to load. It would be possible to target a link with a specific class and perform some action on it. This is pretty common when using third party lightboxes.
You would either need to leverage a external lightbox library, custom code a solutions, or just roll up your sleeves and use the built in lightbox Webflow provides.
@MeganBH Thanks, so I am currently going to make an entirely new interaction for you. This will create a “lightbox” without the styling. Please give me a little bit to make a video for you.