Mystikos Productions
(function() { const el = document.getElementById('scaling-root'); function rescale() { if (!el) return; const scale = Math.min(window.innerWidth / 1920, 1); el.style.transform = `translateX(-50%) scale(${scale})`; el.style.transformOrigin = "top center"; el.style.minHeight = (window.innerHeight / scale) + "px"; } window.addEventListener('resize', rescale); window.addEventListener('DOMContentLoaded', rescale); rescale(); })();

Past Work:

This is a VERY VERY small portion of the video i have edited.
also note many of these thumbnails were made by me :)

Contact - Mystikos Productions
Gmail Icon
Discord Icon
(function() { const el = document.getElementById('contact-scaling-root'); function rescale() { if (!el) return; const scale = Math.min(window.innerWidth / 1920, 1); el.style.transform = translateX(-50%) scale(${scale}); el.style.transformOrigin = "top center"; el.style.minHeight = (window.innerHeight / scale) + "px"; } window.addEventListener('resize', rescale); window.addEventListener('DOMContentLoaded', rescale); rescale(); })();