From 183d4d8e9968e40bdc5f55eee26d12f3cebc0e43 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Fri, 22 Jul 2016 12:25:58 +0200 Subject: [PATCH] Update themingcontroller.php --- apps/theming/lib/controller/themingcontroller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/theming/lib/controller/themingcontroller.php b/apps/theming/lib/controller/themingcontroller.php index b6fb1a6be5b..7e7791b46ce 100644 --- a/apps/theming/lib/controller/themingcontroller.php +++ b/apps/theming/lib/controller/themingcontroller.php @@ -224,10 +224,11 @@ class ThemingController extends Controller { if($logo !== '') { $responseCss .= sprintf('#header .logo { background-image: url(\'./logo?v='.$cacheBusterValue.'\'); + background-size: contain; } #header .logo-icon { background-image: url(\'./logo?v='.$cacheBusterValue.'\'); - background-size: 62px 34px; + background-size: contain; }' ); }