forked from leftypol/leftypol
Merge pull request #313 from discomrade/banner-size
Specify fixed banner size for smoother loading
This commit is contained in:
commit
c39009f0e7
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue