{if isset($saved) && $saved}
[`Settings updated`]
{/if}
[`Thumbnails`]
[`Thumbnails to be created when photo is uploaded`]
{if !empty($settings.sizes)}
    {foreach $settings.sizes as $set_type => $sizes_set} {foreach $sizes_set as $key => $size_item}
  • {foreach $size_item as $type => $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} {/foreach} {if $set_type == 'custom'} [`delete`] {/if}
  • {/foreach} {/foreach}
{/if}
[`Custom-sized thumbnails`]
[`Max thumbnail size`]
[`px`]
[`Limits the maximum thumbnail size that can be created on demand. Must not be less than 970 px.`]
[`Sharpen`]
[`Thumbnail quality`]

[`JPEG compression quality for photo thumbnails. From 0 (min quality, min file size) to 100 (max quality, max file size). 90 is recommended.`]
[`Originals`]
[`Originals`]

[`When enabled, every uploaded image file is automatically backed up and stored independently from photo full size version, which is modified when you edit it, e.g. rotate, apply watermarks or image visual effects. Originals are never updated. Pros: you have backups of all uploaded images. Cons: almost twice more disk space is required for storing original images than for storing only full size versions and thumbnails.`]
@2x
[`@2x image thumbnail generation`]

[`Enabling this option will allow automatic creation of image thumbnails on-fly for devices with high pixel density displays, e.g. Retina displays. Generating bigger images require more memory resources for image generation, requires more disk space for storing images, but significantly improves user experience on devices with high-end displays`]
[`Thumbnail quality @2x`]

[`JPEG compression quality for photo thumbnails. From 0 (min quality, min file size) to 100 (max quality, max file size). 70 is recommended.`]