function getHeight() {
        var data = this.data('panZoom');
        height = (data.position.y2 - data.position.y1);
    return height;
  }