-
Hello Mark,
I found that if I delete in width the "auto\9" in line 52 of bootstrap.css. The image now will correctly resize in IE9, in what I have changed in the joomla-editor.
img {
max-width: 100%;
width: ; /* width: auto\9; was the original*/
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
Everything will work now!
-
The following users have thanked you: JH Cawood