blog grid images are very out of proportion in IE 8 only
see link below, on the front page (latest news) and the blog grid under “in the news” the feature image in IE8 is super tall, very weird.
any ideas?
Hey zzalienzz!
Please add this on your custom.css or Quick CSS:
.avia-content-slider .slide-image img {
height: auto;
max-height: 230px;
}
Regards,
Ismael
thank you!