#- it's necessary to fit according to the typical space taken by
#- widgets defined in the skeleton of the theme
#-
-#- ***IMPORTANT***: CHOOSE 4/3 ASPECT RATIO SIZES!
+#- ***IMPORTANT***: CHOOSE 4/3 ASPECT RATIO SIZES (for thumbnails)!
$images_size = [
{
'name' => 'small',
- 'description' => _("Fullscreen 552x414, thumbnails 192x144, should fit 800x600 screens"),
- 'fullscreen' => '552x414',
+ 'description' => _("Sizes that should fit browsers in fullscreen for 800x600 screens"),
+ 'fullscreen' => '750x414',
'thumbnails' => '192x144',
'optional' => true,
},
{
'name' => 'medium',
- 'description' => _("Fullscreen 704x528, thumbnails 240x180, should fit 1024x768 screens"),
- 'fullscreen' => '704x528',
+ 'description' => _("Sizes that should fit browsers in fullscreen for 1024x768 screens"),
+ 'fullscreen' => '960x528',
'thumbnails' => '240x180',
'default' => true,
},
{
'name' => 'large',
- 'description' => _("Fullscreen 880x660, thumbnails 300x225, should fit 1280x1024 screens"),
- 'fullscreen' => '880x660',
+ 'description' => _("Sizes that should fit browsers in fullscreen for 1280x1024 screens"),
+ 'fullscreen' => '1200x660',
'thumbnails' => '300x225',
},
{
'name' => 'x-large',
- 'description' => _("Fullscreen 962x721, thumbnails 328x245, should fit 1400x1050 screens"),
- 'fullscreen' => '962x721',
+ 'description' => _("Sizes that should fit browsers in fullscreen for 1400x1050 screens"),
+ 'fullscreen' => '1312x721',
'thumbnails' => '328x245',
'optional' => true,
},
{
'name' => 'xx-large',
- 'description' => _("Fullscreen 1100x825, thumbnails 375x281, should fit 1600x1200 screens"),
- 'fullscreen' => '1100x825',
+ 'description' => _("Sizes that should fit browsers in fullscreen for 1600x1200 screens"),
+ 'fullscreen' => '1500x825',
'thumbnails' => '375x281',
'optional' => true,
}
]
-$allowed_N_values = [ 3, 4, 6, 8 ]
+$allowed_N_values = [ 3, 4, 5, 6, 8, 12 ]
$default_N = 4
$albums_thumbnail_size = '300x225'