force sd
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user