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
The .img-fluid class applies display: block; styling by default. This is a completely different & additional behaviour to what .img-fluid is meant to do.
Shouldn't .img-block be a seperate class?
The text was updated successfully, but these errors were encountered:
Agreed that display: block is unnecessary for the max-width and height: auto to have an affect—see https://jsbin.com/tefukez/. I'll remove that in Alpha 5.
However, I won't be adding img-block—there are other display utils for that.
The
.img-fluid
class appliesdisplay: block;
styling by default. This is a completely different & additional behaviour to what.img-fluid
is meant to do.Shouldn't
.img-block
be a seperate class?The text was updated successfully, but these errors were encountered: