Providers
Netlify
Optimize images with Netlify's dynamic image transformation service.
Netlify’s Large Media service is deprecated. If this feature is already enabled, Large Media will continue to work on these sites as usual. New Large Media configuration is not recommended.
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
)