{ "version": 3, "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Zoom Out", "slug": "image-7", "blockTypes": [ "core/image", "core/post-featured-image" ], "styles": { "css": "& overflow: hidden; & img { transform: scale(1.3); transition: 0.3s ease-in-out;} &:hover img {transform: scale(1);}" } }