We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Resizes and caches an image to the specified dimensions and returns a URL to the resized image.
<img src="{{ thumbnail('path/to/source/image.jpg', width=50, height=50, crop=true) }}" />