Image size
-
When I view a posted image it is always resized to 578px. How can I make the standard viewing size bigger?
Mod
Try going to Settings >> Media and adjust the “Image Sizes” options. Should take care of the problem, by YMMV.
Ken
Mod
Well, the Elastoplast one is showing up as 600px. Did you get this figured out?
Admin
That’s because the theme put a maximum width of any image inside a post to be at most 98% of the post’s width, so that it won’t overflow the content area.
Mod
Would it really give problems when I would make the picture around 10 pixels bigger?
No, because the image you see in the post will still conform in size to fit within the post area. However, when you click on that image (assuming you have link set to image, rather than file), it will appear full-size (as the Elastoplast one does). For an extreme example, see this post, with an image that’s 1280×800: http://test.kjodle.net/blog/2011/10/12/media-setting-image-size-test-post/
Hola Ricardo,
One option would be to add this to your child css file:
.entry-content img, .child-page img {
max-width: 100%;
}
Viewing 10 posts - 1 through 10 (of 15 total)
- 1
- 2
- You must be logged in to reply to this topic.