[`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`] {elseif $type == 'max'} [`Max`] ( [`Width`], [`Height`] ) = {$size} [`px`] {elseif $type == 'width'} [`Width`] = {$size} [`px`], [`Height`] = [`auto`] {elseif $type == 'height'} [`Width`] = [`auto`], [`Height`] = {$size} [`px`] {elseif $type == 'rectangle'} [`Width`] = {$size[0]} [`px`], [`Height`] = {$size[1]} [`px`] {/if} {/foreach} {if $set_type == 'custom'} {/if}
    • {/foreach} {/foreach}
    {/if}
  • [`Add`]
[`Custom-sized thumbnails`]
  • [`If enabled, frontend design theme can request Photos app to create custom-sized photo thumbnails on the fly (the thumbnail size is contained in the image URL).`]

[`Sharpen`]

[`Apply sharpening filter when creating thumbnails (recommended)`]

[`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.`]

{if isset($saved) && $saved} [`Settings updated`] {/if}