#885 add size to config

This commit is contained in:
Dániel Péter Sipos
2021-02-16 15:07:06 +01:00
parent 488075b9c2
commit 80e5199e37
11 changed files with 35 additions and 34 deletions

View File

@@ -232,5 +232,7 @@ export const environment: GlobalConfig = {
mediaViewer: {
image: false,
video: false,
width: '340px',
height: '279px',
},
};