Merge pull request #313 from discomrade/banner-size

Specify fixed banner size for smoother loading
This commit is contained in:
nonmakina 2021-07-11 11:26:07 +02:00 committed by GitHub
commit 648e97e20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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';