commit 41a97da1e657470ce8d0a1299d2bee8269be8a4d
parent bfb1fd4e813964316ff9c145493f0455ee58fffa
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 10 Feb 2018 00:23:59 +0100
Make Lightbox bigger
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
@@ -19,7 +19,9 @@ export const config: GalleryConfig = {
'navigation': null,
'imageSize': 'contain',
'style': {
- 'padding-top': '30px'
+ 'width': '57rem',
+ 'height': '32rem',
+ 'padding-top': '2rem'
},
};