if(isNaN(newHeight) || _this.ie8 && (_height.indexOf('%')>0) ) {
      newHeight = _this.container.offsetHeight - parseInt(window.getComputedStyle(_this.container, null).getPropertyValue('padding-top'),10) - parseInt(window.getComputedStyle(_this.container, null).getPropertyValue('padding-bottom'),10)
    }