Home
last modified time | relevance | path

Searched refs:fullWindowWidth (Results 1 – 1 of 1) sorted by relevance

/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js384 var fullWindowWidth = window.innerWidth; variable
385 if (!fullWindowWidth) {
387 fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left);
389 if (document.body.clientWidth < fullWindowWidth || this.isAppleDevice) {