Property |
Value |
Photo Ratio |
{$Cbucket->configs.photo_ratio} |
Thumb Dimensions |
{$Cbucket->configs.photo_thumb_width} x {$Cbucket->configs.photo_thumb_height} |
Medium Thumb Dimensions |
{$Cbucket->configs.photo_med_width} x {$Cbucket->configs.photo_med_height} |
Large Photo Size |
{$Cbucket->configs.photo_lar_width} |
Cropping |
{assign var=cropping value=$Cbucket->configs.photo_crop}
{if $cropping == 1}
Enabled
{else}
Disabled
{/if}
|
Watermarking |
{assign var=watermark value=$Cbucket->configs.watermark_photo}
{if $watermark == 1}
Enabled
{else}
Disabled
{/if}
|
{if $watermark == 1}
Watermark Placement |
{$Cbucket->configs.watermark_placement}
|
{/if}