Tagged: thumbnail
Hello,
I would like my thumbnails all to be in the square format. currenty it is not cropping and just resized. so if the image is not square there is a grey space on the bottom.
Is there a way to fix this?
Hello,
Please add this on your custom.css or Quick CSS
.attachment-square.wp-post-image {
width: 100% !important;
height: 100% !important;
}
Regards,
Ismael
Thanks it worked!