Tagged: Blog
I have created blog posts with featured image sizes 613 × 321.
The thumbnail sizes of the related posts distort – it is squashing the landscape image into a square.
I want to keep it square but need it to display a portion of the image instead.
For the next post images, it is displaying as landscape.
I need them to be square and display a portion of the image instead.
I hope this makes sense!
Hey studiovene,
Sorry for the very late reply and thanks for the link, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.avia-post-nav .entry-image img {
border-radius: 0 !important;
width: 70% !important;
}
.avia-post-nav .entry-image {
height: 64px !important;
width: 112px !important;
}
.avia-post-prev .entry-image img {
float: right !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike