Hi!
I'm having this same issue, curious if any solutions are out there
I used Squarespace design built in tools to add the corner radius on this image, but im loosing the rounded corners while hovering over the image in Safari, most likely due to the Zoom in effects I added in the CSS.
Here is the Zoom in code that I think is causing the corners to disappear on line 383 of my CSS.
/// POSTER BLOCK IMAGE HOVER ZOOM ///
section[data-section-id="624219730c03d07a5c1c6030"]
.image-block img {
transform:scale(1.1);
transition: all 1.3s;
z-index:1}
section[data-section-id="624219730c03d07a5c1c6030"]
.sqs-block-image:hover img {transform:scale(1.3);
transition: 18s;
}
Website is liammccullough.ca
password is: Cozmox