Fix issue with setGutter call

This commit is contained in:
Sam Potts 2019-04-13 12:55:48 +10:00
parent e9367ee85e
commit b675ba1f35

View File

@ -356,7 +356,7 @@ class Listeners {
const { padding, ratio } = setPlayerSize(isEnter);
// Set Vimeo gutter
setGutter(ratio, padding, isEnter);
setGutter.call(player, ratio, padding, isEnter);
// If not using native fullscreen, we need to check for resizes of viewport
if (!usingNative) {