Sha256: 54664afd989c033073d6f4f53d67a93610c5eb1b39b144789d23e5f4765769ed
Contents?: true
Size: 424 Bytes
Versions: 9
Compression:
Stored size: 424 Bytes
Contents
module Pageflow # @api private class ImageFileCssBackgroundImageUrls def call(image_file) { default: { desktop: image_file.attachment.url(:large), mobile: image_file.attachment.url(:medium) }, panorama: { desktop: image_file.attachment.url(:panorama_large), mobile: image_file.attachment.url(:panorama_medium) } } end end end
Version data entries
9 entries across 9 versions & 1 rubygems