Sha256: a99eab7d8cf72d72fd662e0f19915108d002ed9b6faca3b5dc2ed915c3b33b33
Contents?: true
Size: 362 Bytes
Versions: 39
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module Decidim::Cw module Conferences # This class deals with uploading the conference partner logo. class PartnerLogoUploader < Decidim::Cw::ImageUploader set_variants do { thumb: { resize_to_fit: [200, 55] }, medium: { resize_to_fit: [600, 160] } } end end end end
Version data entries
39 entries across 39 versions & 1 rubygems