Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
Dlg-zoom.js276 var allowY = false;
283allowY = $image.prop('offsetHeight') * $image.attr('data-scale') > _this.core.$outer.find('.lg').h…
285 if ((allowX || allowY)) {
315 if (allowY) {
348 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
368 var allowY = false;
375allowY = $image.prop('offsetHeight') * $image.attr('data-scale') > _this.core.$outer.find('.lg').h…
379 if ($(e.target).hasClass('lg-object') && (allowX || allowY)) {
412 if (allowY) {
447 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
[all …]