Skip to content
diyphpdeveloper edited this page Apr 12, 2019 · 1 revision

USAGE

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) }}" />

ARGUMENTS

  • width
  • height
  • crop
  • no_image
Clone this wiki locally