• Resolved kirstie0

    (@kirstie0)


    Almost every image in my posts shrinks down regardless of the size setting I give it. When I change the theme to a different one this problem goes away, but I really like this theme.
    From reading an earlier topic in the help forums it seems to be linked to my using the ‘align left/right’ function, but I don’t want to unalign the images either. Is there a way to fix this auto-shrinking while keeping the pictures aligned so the text can still wrap nicely?
    (if it helps to know, I’m still using the classic editor, not the new block one)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @kirstie0,

    Hemingway limits the width of the alignleft/alignright embeds to make sure that the text wrapping the embeds have sufficient amounts of space. It looks like you’ve removed the max-width of the embeds, so I’m marking the thread as resolved.

    Keep in mind that any changes you make to the theme style.css file will be overwritten the next time you update the theme. If you want the change to be permanent, you can add the following CSS to Appearance → Customize → Additional CSS:

    .post-content .alignleft,
    .post-content .alignright {
        max-width: none;
    }

    — Anders

    Thread Starter kirstie0

    (@kirstie0)

    Thanks for your help ?? and for the wonderful theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images auto shrinking’ is closed to new replies.