<h1>hi just to check <br> hey</h1>
<script>
var pageVideo = document.querySelector(".wp-block-cover__video-background");
let width = screen.width;
let height = screen.height;
window.alert("something is happeining i promise");
if(width > height)
{
pageVideo.src = 'https://hypermnesia.uk/wp-content/uploads/2025/01/hypermnesia-website-loading.mov';
pageVideo.autoplay = true;
}
else
{
pageVideo.src = 'https://hypermnesia.uk/wp-content/uploads/2025/01/mobile-version-of-website-h.264.mov';
pageVideo.autoplay = true;
}
</script>