New Topic

Reply To: My WP Media Settings are ignored

Home › Forum › Customization › My WP Media Settings are ignored › Reply To: My WP Media Settings are ignored

#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;
}