From a20c63ff35f6407d232f7e1d7dcbd3caeb74492e Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 25 Sep 2015 12:55:27 -0400 Subject: Force videos to be set dimensions. --- web/react/utils/constants.jsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/react/utils/constants.jsx') diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx index 8c9e1ee85..40d52c165 100644 --- a/web/react/utils/constants.jsx +++ b/web/react/utils/constants.jsx @@ -72,6 +72,10 @@ module.exports = { MAX_FILE_SIZE: 50000000, // 50 MB THUMBNAIL_WIDTH: 128, THUMBNAIL_HEIGHT: 100, + WEB_VIDEO_WIDTH: 640, + WEB_VIDEO_HEIGHT: 480, + MOBILE_VIDEO_WIDTH: 480, + MOBILE_VIDEO_HEIGHT: 360, DEFAULT_CHANNEL: 'town-square', OFFTOPIC_CHANNEL: 'off-topic', GITLAB_SERVICE: 'gitlab', -- cgit v1.2.3-1-g7c22