Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS bootstrap image embedding and resize

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #44787
    phat_border
    Member

    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: auto9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    }

    bootstrap.min.css
    img{max-width:100%;width:auto9;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.

    Please see following link for images and issue logged with bootstrap

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

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.