5 glitch codes + overlay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body,
html {
margin: 0;
padding: 0;
background-color: black;
}
#container {
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 1293px;
height: 100%;
max-height: 1293px;
}
#top-asset {
position: fixed;
top: 0;
left: 0;
max-width: 1000px;
width: 100%;
height: auto;
z-index: 1;
}
#iframe {
margin: 0 !important;
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 995px;
aspect-ratio: 1 / .99;
object-fit: contain;
z-index: 0;
}
</style>
</head>
<body>
<div id="container">
<img id="top-asset" src="/content/86a198fcb507c493ad4fbdd589244bd2010f857a23afae0fc175bd5cc2a909d0i0" />
<iframe id="iframe" src="/content/ec19445f6994cf2ff7bd3582a3ad474442f5fe75a3034474f3846f74856b612di0" allow="autoplay"></iframe>
</div>
<script>
const urls = [
"/content/ec19445f6994cf2ff7bd3582a3ad474442f5fe75a3034474f3846f74856b612di0",
"/content/5a1e991817e0bcaa2147872cde63b2b6bf19c1b0d0cff4625acd09631a9cc35ci0",
];
let currentUrlIndex = 0;
const iframe = document.getElementById('iframe');
document.addEventListener('click', function() {
currentUrlIndex++;
if (currentUrlIndex >= urls.length) {
currentUrlIndex = 0;
}
iframe.src = urls[currentUrlIndex];
});
</script>
</body>
</html>