Fixes issue with avatar not being centered.

This commit is contained in:
yanas 2016-01-11 14:58:07 -06:00
parent bbb144f1bd
commit d6a1192a0f
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ class VideoContainer extends LargeContainer {
let { horizontalIndent, verticalIndent } = this.getVideoPosition(width, height, containerWidth, containerHeight);
// update avatar position
let top = this.containerHeight / 2 - avatarSize / 4 * 3;
let top = containerHeight / 2 - avatarSize / 4 * 3;
this.$avatar.css('top', top);
this.$wrapper.animate({