Skip to content

Commit

Permalink
improve docs of auto mime-type config (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
devppjr committed Oct 9, 2023
1 parent 48e0a7c commit 1efd96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ AUTO_*
~~~~~~~~~~~~

These configurations indicates that thumbor will try to automatically convert
the image format to a lighter image format, following a better compression order
`WEBP -> AVIF -> JPG -> HEIF`.
the image format to a lighter image format, according to this compression order:
`WEBP, AVIF, JPG, HEIF` — from highest (`WEBP`) to lowest (`HEIF`) priority.

AUTO\_WEBP
^^^^^^^^^^
Expand Down

0 comments on commit 1efd96f

Please sign in to comment.