I'm using the free tumblr theme Salvia (https://www.tumblr.com/theme/40508) and it stretches images in text posts to the full width of the page. I would like the images to not stretch and stay the size it is. I've tried editing PhotoURL in the theme, and also adding code like this:
img {
max-width: 200px;
height: auto;
}
and it doesn't seem to change anything. I would very much appreciate any help!
This is the pastebin of the layout - https://pastebin.com/5VUYGV3T I'm not sure if this is the code in there that is really affecting the layout -
.image_resized.post-height-auto #layout .post .photo img{height:auto; !Important}
And the body.css theme asset https://pastebin.com/xnSgSx0W