Sometimes requiring jQuery is overkill for some applications or might cause incompatibility problems. It should be easy enough to replace the usage of `$(…).height()` by [`getComputedStyle`](https://developer.mozilla.org/docs/Web/API/Window/getComputedStyle), improving portability.