Providers
Netlify
Optimize images with Netlify's dynamic image transformation service.
Netlify offers dynamic image transformation for all JPEG, PNG, and GIF files you have set to be tracked with Netlify Large Media.
Before setting
provider: 'netlify'
, make sure you have followed the steps to enable Netlify Large Media.Modifiers
In addition to height
and width
, the Netlify provider supports the following modifiers:
fit
- Default:
contain
- Valid options:
contain
(equivalent tonf_resize=fit
) andfill
(equivalent tonf_resize=smartcrop
)