This is so basic, I feel I am missing something.
I noticed problem on the blog posts and pages so I made a simple test: http://www.kennethbsmith.com/clients/abww/hello-world/
I added an image at full scale, then added it again and rescaled it to 60% using the WP Advanced Image Settings. But on publishing it, both images are scale 100%.
Using FireBug you can see that the top image is wp-image-479″ width=”225″ height=”291″ and the bottom image is wp-image-479″ width=”135″ height=”175″.
Why are both images published at 100%? Why can’t I rescale my photos? I have never seen this issue before.
I think I found the issue.
img, a img {
border: medium none;
display: inline-block;
height: auto;
image-rendering: optimizequality;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
Why is that CSS property set in the base.css? To what should I change it ?
But mostly it baffles me why you set it in the first place.
Hey!
Please don’t create duplicate topics for the same issues/question. It makes it harder for us to answer and for others to search. I’m closing this one off since I’ve already responded to your other topic: https://kriesi.at/support/topic/resize-image-in-wysiwyg/
Regards,
Devin