Hello all, hope you can help me. I know this code can squash an image in the post to fit the maximum width of my column:
p img {
max-width: 100%;
}
However, I would prefer the image was automatically resized to fit the maximum width. Anyone have the code for this?
I'm sorry, but I'm not very good with code!