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
elixir-toolkit-theme-1.6.1 _sass/bootstrap/mixins/_image.scss
elixir-toolkit-theme-1.6.0 _sass/bootstrap/mixins/_image.scss
elixir-toolkit-theme-1.5.3 _sass/bootstrap/mixins/_image.scss
elixir-toolkit-theme-1.5.2 _sass/bootstrap/mixins/_image.scss
elixir-toolkit-theme-1.5.1 _sass/bootstrap/mixins/_image.scss
elixir-toolkit-theme-1.5.0 _sass/bootstrap/mixins/_image.scss
rails_admin-3.0.0.rc3 vendor/assets/stylesheets/rails_admin/bootstrap/mixins/_image.scss
rails_admin-3.0.0.rc2 vendor/assets/stylesheets/rails_admin/bootstrap/mixins/_image.scss
administrate-bootstrap-theme-1.0.6 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_image.scss
administrate-bootstrap-theme-1.0.4 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_image.scss
rails_admin-3.0.0.rc vendor/assets/stylesheets/rails_admin/bootstrap/mixins/_image.scss
headmin-0.3.4 app/assets/stylesheets/headmin/vendor/bootstrap/scss/mixins/_image.scss
headmin-0.3.3 app/assets/stylesheets/headmin/vendor/bootstrap/scss/mixins/_image.scss
headmin-0.3.2 app/assets/stylesheets/headmin/vendor/bootstrap/scss/mixins/_image.scss
headmin-0.3.1 app/assets/stylesheets/headmin/vendor/bootstrap/scss/mixins/_image.scss
bootstrap-scss-0.0.3 vendor/assets/bootstrap/scss/mixins/_image.scss
bootstrap-scss-0.0.2 vendor/assets/bootstrap/scss/mixins/_image.scss
administrate-bootstrap-theme-1.0.1 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_image.scss
administrate-bootstrap-theme-1.0.0 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_image.scss
bootstrap-5.1.3 assets/stylesheets/bootstrap/mixins/_image.scss