Sha256: dda4b79c54c04190217f66be0f32d3e66c98de6b6c0eefb7421dc7275e60d071
Contents?: true
Size: 670 Bytes
Versions: 8
Compression:
Stored size: 670 Bytes
Contents
--- sort: 4 --- # Image Formats _Format:_ `formats: [format1, format2, (...)]` _Example:_ `formats: [webp, original]` _Default_: `original` Array (yml sequence) of the image formats you'd like to generate, in decreasing order of preference. Browsers will render the first format they find and understand, so **If you put jpg before webp, your webp images will never be used**. `original` does what you'd expect. To supply webp, you must have an imagemagick webp delegate installed. (Most package managers just name it 'webp') _Supported formats are anything which imagemagick supports, and has an installed delegate. See a list by running `$ convert --version`_.
Version data entries
8 entries across 8 versions & 1 rubygems