For the complete documentation index, see llms.txt. This page is also available as Markdown.
Image Resize Filter
Image Resize
An issue that often plagues email newsletters is inconsistent image sizes. To fix this we offer a filter that resizes and crops images so they all have a uniform size.
// Resize and crop the source image to 500px X 500px
[[post.image_url | resize(500,500)]]