I'm tyring to figure out why when I insert an image into my post it shrinks the image? Also is there any way I can make it so when I upload an image that is bigger than 600 wide it automatically shrinks it to 600?
I know those questions are conflicking but I uploded a picture that is 600px wide and it's shrinking 100px. How can I fix this?
Images within posts shrink.
(7 posts) (2 voices)-
Posted 9 months ago #
-
nerdyskirt - I need to know what theme you are using. Can you also provide an example/url of where this is happening?
Posted 9 months ago # -
IAMWW w2 DnD
http://www.nerdyskirts.comPosted 9 months ago # -
That looks like it is being changed due to your image size settings in your WordPress admin. In admin go to Settings -> Media. There you will be able to set the maximum dimensions of the images that you upload.
Posted 9 months ago # -
I tried your solution then looked deeper into the code and figured out that when I posted an image it put it in a <p></p> tag. So I looked at the css and changed this line.
div.post p img {max-width: 600px;} from 500px of course.
I did have one other question though. I noticed when i click on a category it doesn't show any of the post's contents and since I'm not going to title these I need the image to show just like i does if your not within a specific post. How can I do that?I imagine that people will be looking at the girls based on categories, and since I'm not titling these there is no way to get within, i want it to be almost like it's own page. and the main URL would be an all category.
Posted 9 months ago # -
awesome, that worked out very easily.
Thanks for the help.
Posted 9 months ago #
Reply
You must log in to post.