Hi all 

could someone help me out please 

see link where i posted my problem in bootstrap twitter issue page.

https://github.com/twitter/bootstrap/issues/7889

Basically this is what i have found out.

Internet explorer and Firefox ignores width and height of images when 
embedded in forum using img tag, ok in Chrome . Bootstrap v2.3.1

Bootstrap css:

img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

bootstrap.min.css
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}

If i remove max-width:100% then the problem i am having on FF and IE9 also 
appears in chrome.

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to