• Resolved parkstone

    (@parkstone)


    Hi. I’m looking to implement your theme, it suits me well.

    When I insert an image into a blog post, single.php displays the image full size regardless of the image settings I use when I edit that post.

    Thanks for your attention.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Spiracle Themes

    (@yogendranegi)

    Hello @parkstone,

    Thanks for contacting support. This is so because we want to show the image size that stretches to the end which improves the user experience.

    If you want to add image size according to your settings
    You can add this CSS

    .content-blog .content-area img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    }

    How to Add CSS
    Go to Appearance -> Customize-> Additional CSS and paste this css and save

    Thanks

    Thread Starter parkstone

    (@parkstone)

    Thanks for your quick reply. I also added some float and margin styling to img.alignleft class to get it to look right to me. Lastly, I had to add footer.entry-footer { clear:both; }

    I understand your “user experience” comment, however, small images were being stretched beyond their original size and intention, leaving them blurred and unattractive. I prefer having the option to use the built-in wordpress image sizing in posts.

    Thanks again!

    Theme Author Spiracle Themes

    (@yogendranegi)

    Hello @parkstone

    You are right :), We will consider this in our next update. If you need any other help then please do not hesitate

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IMG size in blog posts’ is closed to new replies.