method

default_variant_format

default_variant_format()
private

No documentation available.

# File activestorage/app/models/active_storage/blob/representable.rb, line 118
    def default_variant_format
      if web_image?
        format || :png
      else
        :png
      end
    end