/* 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%;
}
Related Reading
- Amazon Infographic Images Guide: How to Create Data-Driven Visuals…
- Amazon Image Optimization for Mobile: The Complete FBA Seller’s…
- Amazon Before and After Images: How to Double Your Conversion Rate…