diff --git a/index.html b/index.html index 2698b03..822c955 100644 --- a/index.html +++ b/index.html @@ -15,11 +15,6 @@ max-width: 750px; margin: auto; } - video { - width: 100%; - height: auto; - aspect-ratio: 16/9; - }
diff --git a/sbs-video.mp4 b/sbs-video.mp4 index a5ad97c..0a25d55 100644 Binary files a/sbs-video.mp4 and b/sbs-video.mp4 differ diff --git a/vr180player/vr180-player.css b/vr180player/vr180-player.css index d748252..2c03bd3 100644 --- a/vr180player/vr180-player.css +++ b/vr180player/vr180-player.css @@ -4,6 +4,12 @@ width: 100%; } +video { + width: 100%; + height: auto; + aspect-ratio: 16/9; +} + #playBtn { position: absolute; top: 50%;