diff --git a/docs/fieldtypes/file.md b/docs/fieldtypes/file.md index 3f7d62c48..9d5069c26 100755 --- a/docs/fieldtypes/file.md +++ b/docs/fieldtypes/file.md @@ -284,3 +284,17 @@ Resize the image and then crop it. - `{url}` - processed image URL - `{width}` - processed image width - `{height}` - processed image height + +### Using different modifiers within same tag pair + +It is possible to use different modifiers within same tag pair. +The modifiers and parameters would need to be applied to `{url}` variables available inside field tag pair. +This can be useful, for instance, if you want to build `` tag with different sizes of same image + + {news_image} + + + + {title} + + {/news_image}