We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
variable
active_storage_overview.md
1 parent c50721b commit 1eaa0f8Copy full SHA for 1eaa0f8
guides/source/active_storage_overview.md
@@ -853,7 +853,7 @@ location.
853
If a variant is requested, Active Storage will automatically apply
854
transformations depending on the image's format:
855
856
-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.
857
2. If `quality` is not specified, the variant processor's default quality for the format will be used.
858
859
The default processor for Active Storage is MiniMagick, but you can also use
0 commit comments