There is a white band showing up on the top and bottom of all images that I upload... how is this removed? I don't want this box to be there as I have a colored background.
Posted by - NA - on 16 March 2004 12:34 PM
The white band is added automatically by default to allow all thumbnails to have fixed XY size.
To turn this feature off :

edit /inc/application.php file and change
define('THUMB_FILL',true);
to
define('THUMB_FILL',false);

To change its color :
update
define('THUMB_BG','FFFFFF');
in the same file.

These changes will not affect existing thumbnails.

Comments (0)
Help Desk Software by Kayako Fusion