Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #227967

    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.

    #228522

    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.

    #229104

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘resize image on page’ is closed to new replies.