offsetHeightDoubleValue(): number {
        const n = this.jq[0],
            height = n.getBoundingClientRect().height,
            diff = Math.abs(n.offsetHeight - height);
        if (diff > 0 && diff <= 1) {