How do I make photos smaller on my posts?
The topic ‘How do I make photos smaller on my posts?’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Please could you help advise me on how I can make the photos smaller in my posts? They seem to be huge compared to the text.
tHANK YOU
The blog I need help with is: pershorepatty.com
Hi there,
Thank you for writing and using Christopher :)
you can choose between different dimension before adding the image to the post defined in media settings:
https://en.support.wordpress.com/settings/media-settings/#image-sizes
However this works only for new images. If you want to change the dimension of current images, add the following CSS:
.single .entry-content img,
.single .entry-thumbnail img {
max-width: 500px;
margin-left: 0;
}
It sets the maximum width of images to 500px. You can change this value.
Hope this helps.
Thank you again!
Ricardo P. from SiloCreativo
The topic ‘How do I make photos smaller on my posts?’ is closed to new replies.