Hi,
All our old blog posts images just stretched vertically one day. I tried using different settings for our images but nothing changes. What can this be?
Hi,
All our old blog posts images just stretched vertically one day. I tried using different settings for our images but nothing changes. What can this be?
“Did you try disabling all plugins except Regenerate thumbnails, and then running Regenerate thumbnails again?” – yes I have done this, no luck
why do you think the post thumbnail is being served as the featured image, surely the full-size image should be used?
Usually when this happens it means you need to add height: auto
to the CSS for your theme which is styling the images.
To test, you can add the following to the <head>
section of Settings > Code Injection
<style>
.kg-image { height: auto; }
</style>
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.