Site logo

Archived topic

Add "object-fit" for featured images in custom css

5 replies · Started by Leon on September 14, 2018

Viewing posts 1–6 of 6

I'm using square featured images and want to use object-fit for them. How do I create that? In custom css?
Thanks,
Leon

Hi there,

What are you trying to achieve with object-fit? Any examples?

Hi there,

try this additional CSS:

.post-image-aligned-center .post-image img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

That did it. Thank you very much for you fast reply.
Leon

You're welcome. Glad we could help :)

This archived topic is closed to new replies.