• Resolved abovocipher

    (@abovocipher)


    Hello,

    I was wondering if there was an easy way to change the display size of the picture embedded in a post. When I am about to Publish a post, I resized it using the handles on the picture in the “visual tab” thinking that would stick when its viewed. It doesn’t seem to resize it for this theme. Any suggestions?

    Here’s a direct link to an example:
    https://mollymonochrome.com/test/?p=125

    any help would be greatly appreciated, thanks.
    -jeff

Viewing 1 replies (of 1 total)
  • Thread Starter abovocipher

    (@abovocipher)

    Well I found the problem area, based off of looking at other post about the max width of images. If you open up the style.css for this them and go down to line 42:

    img{border:none;} — is the default

    and I changed it to:
    img{max-width:600px;height:inherit;border:none;}

    This seemed to work for me, so I thought Id share it ??

Viewing 1 replies (of 1 total)
  • The topic ‘display size of pictures in posts’ is closed to new replies.