Thread Starter
Maria
(@astromaria)
I finally solved this! I simply added this line of code:
.wp-post-image,
.post-thumbnail img {
object-fit: cover;
}
Thread Starter
Maria
(@astromaria)
Thank you, that worked! I tried something do that effect also, but didn’t include all the necessary code. Thanks again, I really appreciate it!