How Wordpress display the thumbnails square shaped?
There is a problem - all the thumbnails have to be exactly square and placed in 3 columns. But how to do that if the images have different sizes?
Here is an example
well, this is css , very simple :
1) specify a static width and height of images
2) and to remove border-radius from img and/or the block in which lies the img (there can still be overflow:hidden;)
Please sign in or sign up to write your answer or comment.