Closed colbyfayock closed 1 year ago
We can allow configuration of a "max size" to avoid images being delivered beyond that size
This can be done using c_limit, which will downscale but not upscale while preserving aspect ratio
If we do something along the lines of c_limit,w_900,h_900, this will:
c_limit,w_900,h_900
Can be along the lines of:
[[plugins]] package = "netlify-plugin-visual-diff" [plugins.inputs] [[plugins.inputs.maxSize]] width = 900 height = 900
Which would provide blanket downscaling as a max size for all images:
c_limit
:tada: This issue has been resolved in version 1.11.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Feature Request
Is your feature request related to a problem? Please describe.
We can allow configuration of a "max size" to avoid images being delivered beyond that size
This can be done using c_limit, which will downscale but not upscale while preserving aspect ratio
If we do something along the lines of
c_limit,w_900,h_900
, this will:Describe the solution you'd like
Can be along the lines of:
Which would provide blanket downscaling as a max size for all images:
c_limit
along with that if provided