Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Ugly post icons when images don't fit’ is closed to new replies.
When images aren’t square, post thumbnails on the blog overview pages look quite ugly:
Any idea how can this be fixed?
Thx!
Hi gxjansen!
First, try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If it that doesn’t work, please add this on Quick CSS or custom.css:
.template-blog .blog-meta .attachment-square.wp-post-image {
height: 100%;
}
Cheers!
Ismael
Regeneration did the trick, thx!