fix onresize issue

This commit is contained in:
2022-11-15 18:46:06 +01:00
parent 1423f51104
commit 0bf867daf6
2 changed files with 30 additions and 46 deletions

View File

@ -15,7 +15,7 @@
<link rel="icon" href="/logo/faviconLogo.svg" type="image/svg+xml">
</head>
<body onclick="updateFullscreen()">
<body onclick="updateFullscreen()" onresize="handleDVD()">
<div id="overlay">
<div id="text">Message here</div>
</div>