Browse Source

Merge pull request #313 from discomrade/banner-size

Specify fixed banner size for smoother loading
pull/40/head
nonmakina 3 years ago
committed by GitHub
parent
commit
648e97e20f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      inc/instance-config.php

3
inc/instance-config.php

@ -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…
Cancel
Save