Rev Author Line No. Line
347 kaklik 1 ;Option descriptions have been grouped together here.
2 ;Do not uncomment the following lines, they are for illustration only.
3 ;
4 ;thumb_width_*
5 ; Width in pixels of thumbnails generated by the script.
6 ; This option is affected by the thumb_crop_* option (see below).
7 ;
8 ;thumb_height_*
9 ; Height in pixels of thumbnails generated by the script.
10 ; This option is affected by the thumb_crop_* option (see below).
11 ;
12 ;thumb_crop_*
13 ; By default, width and height are maximum dimensions and images will be
14 ; resized, maintaining the same aspect ratio, to fit within these limits.
15 ; Turn force_size on to make the script crop images to the specified size.
16 ;
17 ;*_gallery
18 ; These options affect gallery pages (those that contain sub-galleries).
19 ;
20 ;*_album
21 ; These options affect album pages (those that contain only images).
22 ;
23 ;*_preview
24 ; These options affect the preview thumbnails displayed on image pages.
25 ;
26 ;*_image
27 ; These options affect full size display images and are only used if
28 ; full_image_resize is on in singapore.ini
29  
30 thumb_width_gallery = 80
31 thumb_height_gallery = 80
32 thumb_crop_gallery = off
33 thumb_number_gallery = 10
34 ;Maximum number of galleries to show on one gallery page.
35  
36 thumb_width_album = 100
37 thumb_height_album = 100
38 thumb_crop_album = off
39 thumb_number_album = 20
40 ;Maximum number of image thumbnails to show on one album page.
41  
42 thumb_width_preview = 50
43 thumb_height_preview = 50
44 thumb_crop_preview = off
45 thumb_number_preview = 5
46 ;Maximum number of preview thumbnails to display (including
47 ;current image). An odd number is usually preferred.
48  
49 thumb_width_image = 700
50 thumb_height_image = 500