mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[PLT-6496] Remove System Console and config settings for image height and width (#6688)
* remove System Console and config settings for image height and width * add constants and update config.json * updated as per review
This commit is contained in:
committed by
Harrison Healey
parent
e1168ab7cc
commit
648f333850
@@ -385,6 +385,8 @@ export const Constants = {
|
||||
MAX_UPLOAD_FILES: 5,
|
||||
THUMBNAIL_WIDTH: 128,
|
||||
THUMBNAIL_HEIGHT: 100,
|
||||
PROFILE_WIDTH: 128,
|
||||
PROFILE_HEIGHT: 128,
|
||||
WEB_VIDEO_WIDTH: 640,
|
||||
WEB_VIDEO_HEIGHT: 480,
|
||||
MOBILE_VIDEO_WIDTH: 480,
|
||||
|
||||
Reference in New Issue
Block a user