mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix the variable
link in active_storage_overview.md
[ci skip]
This commit is contained in:
parent
c50721b88b
commit
1eaa0f8707
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ location.
|
|||
If a variant is requested, Active Storage will automatically apply
|
||||
transformations depending on the image's format:
|
||||
|
||||
1. Content types that are `variable` and not considered [`web images`], will be converted to PNG.
|
||||
1. Content types that are [`variable`] and not considered [`web images`], will be converted to PNG.
|
||||
2. If `quality` is not specified, the variant processor's default quality for the format will be used.
|
||||
|
||||
The default processor for Active Storage is MiniMagick, but you can also use
|
||||
|
|
Loading…
Reference in a new issue