utils.on(document.getElementById('lg-zoom-out'), 'click.lg', function() {
            if (_this.core.outer.querySelector('.lg-current .lg-image')) {
              scale -= _this.core.s.scale;
              callScale();
            }