fix(videolayout): Resize calculations

This commit is contained in:
hristoterezov
2017-06-09 14:22:07 -05:00
committed by yanas
parent 0aee5e5b48
commit c250da59d5
4 changed files with 50 additions and 45 deletions

View File

@@ -94,5 +94,11 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
* @type {boolean}
*/
MOBILE_APP_PROMO: true,
/**
* Maximum coeficient of the ratio of the large video to the visible area
* after the large video is scaled to fit the window.
*
* @type {number}
*/
MAXIMUM_ZOOMING_COEFFICIENT: 1.3
};