Sha256: 84676e625bf1b7e3fe796e51550545363d8e9b2c2f778c95bdbb4612c1bd4eec
Contents?: true
Size: 323 Bytes
Versions: 20
Compression:
Stored size: 323 Bytes
Contents
module PictureTag module OutputFormats # Returns only a srcset attribute, for more custom or complicated markup. class NakedSrcset < Basic def to_s image = PictureTag.source_images.first format = PictureTag.formats.first build_srcset(image, format).to_s end end end end
Version data entries
20 entries across 20 versions & 1 rubygems