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