• Resolved Shane

    (@shanewhatleygmail)


    What would be the best way to make post images automatically responsive when I add them into a post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • add this to your css

    #post img.aligncenter {
    max-width: 100%;
    height: auto;
    }

    Theme Author Michael Kloepzig

    (@michael-kloepzig)

    In your image settings, choose Align – Left, Right or None for full width images. Align center makes not much sense, but I’ll look into it for the next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive post images?’ is closed to new replies.