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