{ "version": 3, "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Rounded Zoom Out", "slug": "image-4", "blockTypes": [ "core/image", "core/post-featured-image" ], "styles": { "css": "& overflow: hidden; border-radius: 50%; & img { backface-visibility: hidden; object-fit: cover; transform: scale(1.07); transition: all 0.7s cubic-bezier(.2, 1, .22, 1);} &:hover img {transform: scale(1);}" } }