Hello!
I have images in my post/page but I can not resize t.hem
When I want to edit an image through the visual editor (with the configure button when you are hover an image), I change percentage size in the "Edit image" tab, but the image is not decreased.
But when I give a caption to the image, the resizing is working.
Plus, I can't use the drag on an image to resize it.
I add that I desactivate all the plugins but it seems that the problem does not come from one of them.
Please, I really need on it.
Well, I get this issue only for an image so I really don't know what's causing this!
give link to your webpage. so that i can see it
Here a page example where I can not custom the image size.
I see thanks to Firebug that I have an image with custom width and height but it displays the image as a large format.
you have written this in your stylesheet.
so ur image is not resizing.
change the max-width to lower value e.g. 35%.
.entry-content img, .comment-content img, .widget img {
max-width: 97.5%;
}
If i do that, I could not get images bigger than the max-width property i set.
I reinstalled the wordpress packaged and it works.