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
create an inline list: <ul class="list-inline"></ul>
add a (PNG) image as a list item with img-responsive class: <ul class="list-inline"><li><img class="img-responsive" height="52" width="130" src="https://www.whataddress.com/img/company_logo_bol.png" alt="bol.com" /></li></ul>
Expected behavior: the image should be displayed
Actual behavior: the image will not render in IE8
Note that removing list-inline or img-responsive will cause the image to render again, but when keeping img-responsive the image will cover the entire screen, which is undesired.
Steps to reproduce:
<ul class="list-inline"></ul>
<ul class="list-inline"><li><img class="img-responsive" height="52" width="130" src="https://www.whataddress.com/img/company_logo_bol.png" alt="bol.com" /></li></ul>
Expected behavior: the image should be displayed
Actual behavior: the image will not render in IE8
Note that removing
list-inline
orimg-responsive
will cause the image to render again, but when keepingimg-responsive
the image will cover the entire screen, which is undesired.You can reproduce it at (http://jsfiddle.net/tommedema/PNqzH/7/) (editor in your modern browser) and (http://jsfiddle.net/tommedema/PNqzH/8/embedded/result/) (use this in IE8 to display it)
The text was updated successfully, but these errors were encountered: