Sha256: 92147197b3e38d105d47ca762b2a43dd5885563d23c1c04f2d6c45e2ac88a118

Contents?: true

Size: 1.5 KB

Versions: 8

Compression:

Stored size: 1.5 KB

Contents

# Fastly::DefaultSettings

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **resize_filter** | **String** | The type of filter to use while resizing an image. | [optional][default to 'lanczos3'] |
| **webp** | **Boolean** | Controls whether or not to default to WebP output when the client supports it. This is equivalent to adding \"auto=webp\" to all image optimizer requests.  | [optional][default to false] |
| **webp_quality** | **Integer** | The default quality to use with WebP output. This can be overridden with the second option in the \"quality\" URL parameter on specific image optimizer requests.  | [optional][default to 85] |
| **jpeg_type** | **String** | The default type of JPEG output to use. This can be overridden with \"format=bjpeg\" and \"format=pjpeg\" on specific image optimizer requests.  | [optional][default to 'auto'] |
| **jpeg_quality** | **Integer** | The default quality to use with JPEG output. This can be overridden with the \"quality\" parameter on specific image optimizer requests.  | [optional][default to 85] |
| **upscale** | **Boolean** | Whether or not we should allow output images to render at sizes larger than input.  | [optional][default to false] |
| **allow_video** | **Boolean** | Enables GIF to MP4 transformations on this service. | [optional][default to false] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/DefaultSettings.md
fastly-8.10.0 docs/DefaultSettings.md
fastly-8.9.0 docs/DefaultSettings.md
fastly-8.8.0 docs/DefaultSettings.md
fastly-8.7.0 docs/DefaultSettings.md
fastly-8.6.0 docs/DefaultSettings.md
fastly-8.5.0 docs/DefaultSettings.md
fastly-8.4.0 docs/DefaultSettings.md