Set the suffix of the generated image, e.g.
SetSuffix("-medium")
will transform original
filename "hello-world.jpg" to "hello-world-medium.jpg".
- Namespace
- Statiq
.Images - Containing Type
- MutateImage
Syntax
public MutateImage SetSuffix(string suffix)
Parameters
Name | Type | Description |
---|---|---|
suffix | string | The suffix to use. |
Return Value
Type | Description |
---|---|
MutateImage | The current module instance. |