Skip to content

Commit 3e834d4

Browse files
committed
please dear god let this work
1 parent 6a0d273 commit 3e834d4

File tree

2 files changed

+14
-46
lines changed

2 files changed

+14
-46
lines changed

main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ function runStaticSvg(version) {
3434
video.autoplay = true;
3535
video.loop = true;
3636
video.muted = true;
37-
video.style.width = `100%`;
38-
video.style.height = `100%`;
37+
video.style.width = `95%`;
38+
video.style.height = `95%`;
3939
video.style.zIndex = '-1';
4040
video.style.objectFit = 'cover';
4141
video.style.overflowX = 'hidden';
@@ -139,7 +139,7 @@ function moveLogo() {
139139
window.addEventListener('load', () => {
140140
const container = document.getElementById('container');
141141
if (container) {
142-
container.style.height = `${container.clientWidth / 2.52}px`;
142+
container.style.height = `${container.clientWidth / 2.04}px`;
143143
}
144144
const videoSources = [
145145
'waves.mp4',

transparentLogo.svg

Lines changed: 11 additions & 43 deletions
Loading

0 commit comments

Comments
 (0)