Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
Dlg-zoom.js273 var allowX = false;
284allowX = $image.prop('offsetWidth') * $image.attr('data-scale') > _this.core.$outer.find('.lg').wi…
285 if ((allowX || allowY)) {
321 if (allowX) {
348 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
365 var allowX = false;
376allowX = $image.prop('offsetWidth') * $image.attr('data-scale') > _this.core.$outer.find('.lg').wi…
379 if ($(e.target).hasClass('lg-object') && (allowX || allowY)) {
418 if (allowX) {
447 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
[all …]