Hi 🙂
I'm having issues making a specific page section's background image height resize proportionately so that it's never cropped when the desktop browser changes size.
(it's for the image above the form, its a collage of squares that's just one image)
I used this code I found online, but it only works for mobile viewing.
[data-section-id="ID_HERE"] {
min-height:clamp(0px, 56.25vw, 100vh) !important;
}
If I can get away with another question.. Also can't seem to check the boxes or hit submit in the form at the bottom of the page.
I've only managed to get it to work if I make the form a Lightbox.. But client wants it on the page as it is now.
password is sda
Thank u!