New Topic

My WP Media Settings are ignored

Home › Forum › Customization › My WP Media Settings are ignored

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #713
    StartupWP
    Keymaster

    Link please to example page/post. Also, a screenshot of the issue you’re seeing in IE8 if you can.

    #719
    trotsig
    Participant
    #720
    StartupWP
    Keymaster

    Looks like this is a known bug with IE8.

    Try removing:

    #content p img {
    max-height: 1024px;
    max-width: 1024px;
    }

    and adding:

    img {
    height: auto;
    max-width: 100% !important;
    width: auto;
    }

    #721
    trotsig
    Participant

    Yes, that’s better! Thank you.

    #722
    StartupWP
    Keymaster

    Wonderful. You’re welcome.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.