module ActiveStorage::Blob::Representable

def default_variant_format

def default_variant_format
  if web_image?
    format || :png
  else
    :png
  end
end