// Image Mixins // - Responsive image // - Retina image // Responsive image // // Keep images from scaling beyond the width of their parents. @mixin img-responsive($display: block) { display: $display; width: 100% \9; // Force IE10 and below to size SVG images correctly max-width: 100%; // Part 1: Set a maximum relative to the parent height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching } // Retina image // // Short retina mixin for setting background-image and -size. Note that the // spelling of `min--moz-device-pixel-ratio` is intentional. @mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) { background-image: url(if($bootstrap-sass-asset-helper, twbs-image-path("#{$file-1x}"), "#{$file-1x}")); @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { background-image: url(if($bootstrap-sass-asset-helper, twbs-image-path("#{$file-2x}"), "#{$file-2x}")); background-size: $width-1x $height-1x; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
_alerts.scss | File | 263 B | 0644 |
|
_background-variant.scss | File | 212 B | 0644 |
|
_border-radius.scss | File | 492 B | 0644 |
|
_buttons.scss | File | 1.04 KB | 0644 |
|
_center-block.scss | File | 126 B | 0644 |
|
_clearfix.scss | File | 611 B | 0644 |
|
_forms.scss | File | 2.61 KB | 0644 |
|
_gradients.scss | File | 4.29 KB | 0644 |
|
_grid-framework.scss | File | 2.29 KB | 0644 |
|
_grid.scss | File | 3.12 KB | 0644 |
|
_hide-text.scss | File | 599 B | 0644 |
|
_image.scss | File | 1.25 KB | 0644 |
|
_labels.scss | File | 169 B | 0644 |
|
_list-group.scss | File | 593 B | 0644 |
|
_nav-divider.scss | File | 209 B | 0644 |
|
_nav-vertical-align.scss | File | 370 B | 0644 |
|
_opacity.scss | File | 152 B | 0644 |
|
_pagination.scss | File | 460 B | 0644 |
|
_panels.scss | File | 543 B | 0644 |
|
_progress-bar.scss | File | 202 B | 0644 |
|
_reset-filter.scss | File | 246 B | 0644 |
|
_resize.scss | File | 202 B | 0644 |
|
_responsive-visibility.scss | File | 503 B | 0644 |
|
_size.scss | File | 147 B | 0644 |
|
_tab-focus.scss | File | 165 B | 0644 |
|
_table-row.scss | File | 715 B | 0644 |
|
_text-emphasis.scss | File | 189 B | 0644 |
|
_text-overflow.scss | File | 168 B | 0644 |
|
_vendor-prefixes.scss | File | 6.53 KB | 0644 |
|