KWeb  6.4
imgpreview.php File Reference

Variables

 $setting = KWebSetting::$inst
$setting imgpreview [ImgPreview::ID_MAIN]
$setting imgpreview ['icon']
$setting imgpreview ['prev']
$setting imgpreview ['inset']
$setting imgpreview ['list']
$setting imgpreview ['view']
$setting imgpreview ['resizer']

Variable Documentation

$setting = KWebSetting::$inst
Initial value:
 array(
 'iconSize' => 32,
 'iconsPath' => $setting->iface_path_ico,
 'allowMaxImageSize' => $setting->imgpreview_maxsafeimagesize,
)
$setting imgpreview['icon']
Initial value:
 array(
 'type' => ImgPreview::TYPE_AUTO,
 'iconSize' => 16,
)
$setting imgpreview['prev']
Initial value:
 array(
 'iconSize' => 32,
)
$setting imgpreview['inset']
Initial value:
 array(
 'iconSize' => 48,
)
$setting imgpreview['list']
Initial value:
 array(
 'iconSize' => 48,
)
$setting imgpreview['view']
Initial value:
 array(
 'iconSize' => 48,
)
$setting imgpreview['resizer']
Initial value:
 array(
 'allowBackground' => false,
 'allowReuseSameSize' => true,
 'iconsPath' => false,
 'defaultPreview' => false,
)