]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
cover image width also for 98 theme
authorBanana <mail@bananas-playground.net>
Tue, 28 Nov 2023 13:35:29 +0000 (14:35 +0100)
committerBanana <mail@bananas-playground.net>
Tue, 28 Nov 2023 13:35:29 +0000 (14:35 +0100)
upgrade/from-version-1.5.txt
webclient/config/config.php.default

index 97d2344edcbbfb1a6c8786d044168d4c01831d77..9872986eedac14338c6619fb2bc21ae696c63229 100644 (file)
@@ -9,5 +9,7 @@ const UI_THEME_CONFIG = array(
     'default' => array(
         'coverImageMaxWidth' => 260 // in pixel. Supports image/jpeg, image/png, image/webp
     ),
-    '98' => array()
+    '98' => array(
+        'coverImageMaxWidth' => 500 // in pixel. Supports image/jpeg, image/png, image/webp
+    )
 );
\ No newline at end of file
index d8361d1d75121c2cfd22942bd267a0ccee324866..3796b768791e525cc88410380e9467038a528023 100644 (file)
@@ -49,7 +49,9 @@ const UI_THEME_CONFIG = array(
     'default' => array(
         'coverImageMaxWidth' => 260 // in pixel. Supports image/jpeg, image/png, image/webp
     ),
-    '98' => array()
+    '98' => array(
+        'coverImageMaxWidth' => 500 // in pixel. Supports image/jpeg, image/png, image/webp
+    )
 );
 
 # session