Sha256: 92136f16769c22cc0e3f99d26dac9410352409a31d4e4a274062a25745280e49

Contents?: true

Size: 395 Bytes

Versions: 518

Compression:

Stored size: 395 Bytes

Contents

// Image Mixins
// - Responsive image
// - Retina image


// Responsive image
//
// Keep images from scaling beyond the width of their parents.

@mixin img-fluid {
  // Part 1: Set a maximum relative to the parent
  max-width: 100%;
  // Part 2: Override the height to auto, otherwise images will be stretched
  // when setting a width and height attribute on the img element.
  height: auto;
}

Version data entries

518 entries across 518 versions & 27 rubygems

Version Path
administrate-bootstrap-theme-0.1.8 node_modules/bootstrap/scss/mixins/_image.scss
administrate-bootstrap-theme-0.1.6 node_modules/bootstrap/scss/mixins/_image.scss
administrate-bootstrap-theme-0.1.4 node_modules/bootstrap/scss/mixins/_image.scss
administrate-bootstrap-theme-0.1.2 node_modules/bootstrap/scss/mixins/_image.scss
mumuki-styles-3.0.0 app/assets/stylesheets/vendor/bootstrap/mixins/_image.scss
bootstrap-5.0.0.beta2 assets/stylesheets/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.8 _sass/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.7 _sass/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.5 _sass/bootstrap/mixins/_image.scss
bootstrap-5.0.0.beta1 assets/stylesheets/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.4 _sass/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.3 _sass/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.2 _sass/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.1 _sass/bootstrap/mixins/_image.scss
infotorg-api-jekyll-theme-0.1.0 _sass/bootstrap/mixins/_image.scss
bootstrap-5.0.0.alpha3 assets/stylesheets/bootstrap/mixins/_image.scss
bootstrap-5.0.0.alpha2 assets/stylesheets/bootstrap/mixins/_image.scss
bootstrap-5.0.0.alpha1 assets/stylesheets/bootstrap/mixins/_image.scss