{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Circle", "blockTypes": [ "core/image", "core/cover" ], "styles": { "css": ".wp-block-image.is-style-circle, .wp-block-cover.is-style-circle { clip-path: circle(50% at center) !important; overflow: hidden; } .wp-block-image.is-style-circle img, .wp-block-cover.is-style-circle .wp-block-cover__image-background, .wp-block-cover.is-style-circle .wp-block-cover__video-background { clip-path: inherit !important; }" } }