Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24857

    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.

    bjfned.png

    Is there a way to fix this?

    #125008

    Hello,

    Please add this on your custom.css or Quick CSS

    .attachment-square.wp-post-image {
    width: 100% !important;
    height: 100% !important;
    }

    Regards,

    Ismael

    #125009

    Thanks it worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog thumbnails not cropping properly’ is closed to new replies.