aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_image.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12Drop deprecated img-retina mixin (#28459)Mark Otto1-20/+0
2019-02-07Deprecate `img-retina()` mixin (#28072)Martijn Cuppens1-0/+1
2019-01-05Remove unneeded stylelint disables.XhmikosR1-2/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+2
2017-09-26Normalize all links. (#24109)XhmikosR1-1/+1
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2016-10-09Remove display from the .img-fluid utilityMark Otto1-4/+6
Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well. Fixes #20767
2015-10-29Simplify .img-retina mixin and add explanatory commentsChris Rebert1-5/+6
[skip sauce] [skip validator]
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche1-1/+1
Fix #17166
2015-08-20Fixes the _image mixing by prefixing the parameters with $Jan Stevens1-2/+2
2015-03-28Revert "Images are responsive by default"Chris Rebert1-0/+16
This reverts commit d29f851e827db27fb42573f14003bb018c037342. Making <img>s responsive by-default without opt-in can severely break third-party widgets such as Google Maps. This was an acknowledged problem in Bootstrap v2 (see https://github.com/twbs/bootstrap/issues/1506 ) and was fixed in v3 by requiring the .img-responsive class for explicit opt-in (see 09cdee2f03aaad5c5a767fbec2e3896ad3d1f980). The situation hasn't really changed since then. The responsive-by-default approach hasn't become any more suitable in the intervening time. So let's avoid having this regress in v4. :-)
2015-03-11Images are responsive by defaultMark Otto1-16/+0
2014-12-22Remove min--moz-device-pixel-ratioChris Rebert1-3/+1
Bootstrap v4 no longer supports the old versions of Firefox affected by this typo bug.
2014-12-02convert to scssMark Otto1-0/+35