Archived topic
Featured Image in Blog Layout
3 replies · Started by mzsstade on April 29, 2020
Hi, I need the image on the full colum width. And there is no effect when I tried to change left, right or center
Hi there,
Have you sorted this out?
The image fills the column width from what I can see:
https://www.screencast.com/t/Eg35RTsy
Let me know :)
Hi, yes you're right. I fixed it with this:
.wp-block-latest-posts__featured-image img {
height: 280px;
width: 100%;
object-fit:cover;
}
it won't work with the Standard-Function in GP-> Layout -> Blog thats why I use the Recent post widget
Glad to hear :)