Skip to content

Commit 7dbbfcd

Browse files
committed
MC-40817: Unable to open fullscreen video using mobile browsers
1 parent f389d50 commit 7dbbfcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,10 @@ fotoramaVersion = '4.6.4';
19031903
});
19041904
}
19051905

1906-
// check if current media object is YouTube or Vimeo video stream
1906+
/**
1907+
* Checks if current media object is YouTube or Vimeo video stream
1908+
* @returns {boolean}
1909+
*/
19071910
function isVideo() {
19081911
return $((that.activeFrame || {}).$stageFrame || {}).hasClass('fotorama-video-container');
19091912
}

0 commit comments

Comments
 (0)