Site logo

[Resolved] “Rounded Images” setting not working

Home Forums Support [Resolved] “Rounded Images” setting not working

Home Forums Support “Rounded Images” setting not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2519896
    Klaus

    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?

    #2520031
    David
    Staff
    Customer Support

    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.

    #2520059
    Klaus

    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…

    #2520121
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.