[`Category images`]

{$wa->csrf()}
[`Thumbnails to be created when image is uploaded`]
    {foreach $sizes as $key => $s}
  • {$type = $s.type} {$size = $s.size} {if $type == 'crop'} [`Square crop`]: {$size}x{$size} [`px`] {else if $type == 'max'} [`Max`] ( [`Width`], [`Height`] ) = {$size} [`px`] {else if $type == 'width'} [`Width`] = {$size} [`px`], [`Height`] = [`auto`] {else if $type == 'height'} [`Width`] = [`auto`], [`Height`] = {$size} [`px`] {else if $type == 'rectangle'} [`Width`] = {$size[0]} [`px`], [`Height`] = {$size[1]} [`px`] {/if} {if $type != 'max' || $size != 96} [`delete`] {/if}
  • {/foreach}
{*
[`Sharpen`]
*}