Sha256: 18f6a9acd002140f6690be37ef65a47e33bab369ad624d78c7c61aebf995f9e8
Contents?: true
Size: 370 Bytes
Versions: 245
Compression:
Stored size: 370 Bytes
Contents
Cmor::Core::Backend.configure do |config| # Globally set variant options to be used in backends. # # default: config.image_variant_options = { # gallery: { resize: "640x480" }, # table: { resize: "160x120" } # } config.image_variant_options = { gallery: { resize: "640x480" }, table: { resize: "160x120" } } end
Version data entries
245 entries across 203 versions & 8 rubygems