You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be more specific. Example: Original proportion of image - width 300px, height 300px
when you insert image, code below it should be resized to 100x100, but it comes with same proportion as a original image
Internet explorer 9 ignores width and height of images, ok in Chrome, FF. Bootstrap Bootstrap v2.3.1
Test:
Bootstrap css:
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
Fix: comment height: auto
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
The text was updated successfully, but these errors were encountered: