Sha256: 9267a239a5aeefed5ece9925b93ad6e65731d098dff3b234382836f1700b0280
Contents?: true
Size: 308 Bytes
Versions: 42
Compression:
Stored size: 308 Bytes
Contents
// This does NOT handle rotation!!!! // First we get the viewport height and we multiple it by 1% to get a value for a vh unit let vh = window.innerHeight * 0.01; // Then we set the value in the --vh custom property to the root of the document document.documentElement.style.setProperty('--vh', `${vh}px`);
Version data entries
42 entries across 42 versions & 1 rubygems