Sha256: 92136f16769c22cc0e3f99d26dac9410352409a31d4e4a274062a25745280e49

Contents?: true

Size: 395 Bytes

Versions: 517

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

517 entries across 517 versions & 27 rubygems

Version Path
cm-admin-1.5.45 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.44 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.43 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.42 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
elixir-toolkit-theme-3.1.1 _sass/bootstrap/mixins/_image.scss
elixir-toolkit-theme-3.1.0 _sass/bootstrap/mixins/_image.scss
cm-admin-1.5.41 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_image.scss
cm-admin-1.5.40 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.39 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
jekyll-theme-centos-2.51.1.beta.55 _sass/bootstrap/mixins/_image.scss
cm-admin-1.5.38 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.37 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.36 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
jekyll-theme-centos-2.51.1.beta.54 _sass/bootstrap/mixins/_image.scss
rails_admin-3.2.0.beta vendor/assets/stylesheets/rails_admin/bootstrap/mixins/_image.scss
cm-admin-1.5.35 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
cm-admin-1.5.34 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss
rails_admin-3.1.4 vendor/assets/stylesheets/rails_admin/bootstrap/mixins/_image.scss
cm-admin-1.5.33 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/mixins/_image.scss