Tagged: blog post, featured image, responsive
When we see the featured images in smaller layouts the images become squished – how can we maintain their aspect ratio? See info in private content.
I have also made a screencast video to show you what is happening…
Hi,
You have the following in style.css which is causing it:
@media only screen and (max-width: 800px) {
.logo img, a img {
max-height: 71px!important;
}
}
If you are trying to target the logo on that screen size then please remove , a img
Regards,
Rikard
Ugh – ready for the weekend – thanks.