Image size
The topic ‘Image size’ is closed to new replies.
Need help? Check out our Support site, then
Hi, is there any way to make the images in my blog posts larger? I have inserted them “full size” but they are still way too small.
The blog I need help with is: thetent.com.au
Hey there, Rachel 👋
As it happens, there’s no baked-in way to increase the size of your photos, but you could try adding the following little code snippet to increase your site’s content width:
.entry p, .entry ul, .entry ol, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry > div, .entry pre, .entry table, .entry dl, .entry form, .entry address, .entry details, .entry footer.post-footer, #comments {
max-width: 800px;
}
.feature img {
width: 800px;
}
I hope this helps! Let us know how you go 😀
The topic ‘Image size’ is closed to new replies.