CSS – Rounded Images + Gutenberg
-
I use this CSS code to create rounded images throughout my site:
img {
border-radius: 20px;
}A recent Gutenberg update is negating this — my images are no longer rounded. I have verified this by deactivating Gutenberg. The images follow the CSS instruction again when Gutenberg is deactivated. (It is presently active on my site, so there is no image rounding.)
Please let me know if I need to adapt the CSS for the latest version. Thank you!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS – Rounded Images + Gutenberg’ is closed to new replies.