Hi, look at enfold jpg from IE8: http://www.eurokreator.eu/images/enfold-IE8-distorstions.jpg Thumbnails are distort, main post image as well (but in this case distortion is only vertical) pictures in small thums are downscaled and align top-left. Every new image which I prepared and insert look the same, so it’s not the bug of placeholder image settings. I read topic about gallery image distortion but here is something new. Regards.
Hi,
Please add this on your custom.css or Quick CSS
.big-preview.multi-big a img {
width: 100%;
height: 100%;
}
.blog-meta .small-preview .attachment-square.wp-post-image {
width: 100%;
height: 100%;
}
Regards,
Ismael
Hi, content of blog thumbnails looks perfect now. I add also: .big-preview img {width: 100%;height: 100%;} cause in some places pictures was out of proportions, and this: #top .news-thumb img {width: 100%;height: 100%;} improve appearance of small thumbs in sidebar. Thanks for help and good suggestions. Maybe it’s not bad idea to gather css quick solutions for IE, and conditional style to header.php. Best regards.
Hi krzysztof_grudnik,
Glad that worked for you :)
Regards,
Devin