diff --git a/src/css.js b/src/css.js index 1ac2bc02c..24ddb6708 100644 --- a/src/css.js +++ b/src/css.js @@ -121,7 +121,8 @@ function getWidthOrHeight( elem, name, extra ) { isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; // Support: IE11 only - // Fix for edge case in IE 11. See gh-1764 + // In IE 11 fullscreen elements inside of an iframe have + // 100x too small dimensions (gh-1764). if ( document.msFullscreenElement && window.top !== window ) { // Support: IE11 only // Running getBoundingClientRect on a disconnected node