This commit is contained in:
valere
2024-09-23 18:19:58 +02:00
parent fcc0bd69a9
commit 68c883238f

View File

@@ -30,8 +30,8 @@
</svg>
</button>
<video class="mixPlayer w-full" controls ref="mixPlayer">
<source :src="mixPlayerSourceHD" type="video/mp4">
<source :src="mixPlayerSourceSD" type="video/mp4" media="all and (max-width: 640px)">
<!-- <source :src="mixPlayerSourceHD" type="video/mp4"> -->
<source :src="mixPlayerSourceSD" type="video/mp4">
</video>
<article class="text-white p-8 max-w-5xl">
<h3 class="text-5xl">
@@ -176,6 +176,7 @@ onMounted(() => {
<style lang="scss">
body {
margin: 0;
overflow-x: hidden;
}
.logo,