Site logo

Archived topic

Homepage Post Images Become Too Large and Varying Sizes on Tablet and Mobile

3 replies · Started by April on June 6, 2021

Viewing posts 1–4 of 4

Hi!

I have been trying to fix the homepage featured image sizes on tablets and mobile. They suddenly become too large and some are different sizes than others.

Hi April,

Is it the post thumbnails you're pertaining to?

They behave that way because they have different aspect ratios.

We can force all of them to have the same aspect ratio with CSS but some will most likely be cropped to fit the view.

Try this CSS:

.wp-block-latest-posts__featured-image.aligncenter img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

Thanks! You're the best. <3

No problem. Glad to be of any help. :D

This archived topic is closed to new replies.