{if isset($saved) && $saved}
[`Settings updated`]
{/if}
[`Thumbnails`]
[`Image thumbnails created during photo upload`]
{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 size of thumbnails which 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 of the photo's full-size version, which is modified when you edit it; e.g., rotate, apply watermarks or image visual effects. Original images are never updated. Pros: you have backups of all uploaded images. Cons: almost twice as much disk space is required to store original images in addition to 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.`]