Site logo

Archived topic

"Rounded Images" setting not working

3 replies · Started by Klaus on February 3, 2023

Viewing posts 1–4 of 4

All of my "rounded images" turned into square images in the front-end overnight, the setting "rounded image" (GP image block: css is set to "is-style-rounded") does not seem to work in the front-end (works in the backend). I use the alpha-generateblocks-latest-update?

Hi there,

the is-style-rounded class is a core WP Class which should be loading this CSS:

.wp-block-image.is-style-circle-mask img, 
.wp-block-image.is-style-rounded img, 
.wp-block-image .is-style-rounded img {
    border-radius: 9999px;
}

But i don't see that loading on your site.
Try clearing your autoptimize/caches.

If the issue persists then add the CSS above to your site.

Thank you, I needed to add the css, it is not autoptimize. I tried to optimize pagespeed yesterday, and I turned something off, that I don't remember. It will come back...

Glad to be of help

This archived topic is closed to new replies.