Custom CSS

/* Fix featured image aspect ratio — use native 16:9 from generated images */
.wp-block-post-featured-image {
aspect-ratio: 16/9 !important;
}
.wp-block-post-featured-image img {
object-fit: cover;
width: 100%;
height: 100%;
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *