Merge pull request #313 from discomrade/banner-size
Specify fixed banner size for smoother loading
This commit is contained in:
commit
648e97e20f
|
@ -112,6 +112,9 @@ $config['max_combining_chars'] = 3;
|
|||
|
||||
//Banners
|
||||
$config['url_banner'] = '/banners.php';
|
||||
// Fixed size prevents things moving as page loads
|
||||
$config['banner_width'] = 300;
|
||||
$config['banner_height'] = 100;
|
||||
|
||||
//Logo location for themes
|
||||
$config['logo'] = 'static/leftypol_logo.png';
|
||||
|
|
Loading…
Reference in New Issue