Sha256: 8fa5828733fa1a44dae2eef33502d2091f9c6bd13daa43a8d7f4b8caa3ef5efb

Contents?: true

Size: 668 Bytes

Versions: 3

Compression:

Stored size: 668 Bytes

Contents

---
sort: 2
---

# Image Formats

_Format:_ `format: [format1, format2, (...)]`

_Example:_ `format: [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

3 entries across 3 versions & 1 rubygems

Version Path
jekyll_picture_tag-1.14.0 docs/users/presets/image_formats.md
jekyll_picture_tag-1.13.0 docs/users/presets/image_formats.md
jekyll_picture_tag-1.12.0 docs/users/presets/image_formats.md