Make logo static
Add test thumbnail to slider video Remove heymlz animation from see button
This commit is contained in:
@@ -122,12 +122,19 @@ const isHomePage = computed(() => route.path === "/");
|
||||
</div>
|
||||
|
||||
<div class="header-navbar-item flex items-center justify-end h-full">
|
||||
<NuxtImg
|
||||
<!-- <NuxtImg
|
||||
src="/img/heymlz/heymlz-logomotion.gif"
|
||||
preload
|
||||
loading="eager"
|
||||
fetch-priority="high"
|
||||
class="h-2/3"
|
||||
/> -->
|
||||
<NuxtImg
|
||||
src="/img/static-logo.png"
|
||||
preload
|
||||
loading="eager"
|
||||
fetch-priority="high"
|
||||
class="h-2/3"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -209,6 +209,7 @@ onUnmounted(() => {
|
||||
webkit-playsinline
|
||||
class="slide-video absolute inset-0 size-full object-cover brightness-90"
|
||||
:src="slide.video"
|
||||
poster="/img/test-thumbnail.jpeg"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -262,7 +263,7 @@ onUnmounted(() => {
|
||||
:to="slide.link"
|
||||
class="relative max-sm:hidden"
|
||||
>
|
||||
<NuxtImg
|
||||
<!-- <NuxtImg
|
||||
class="aspect-square w-[110px] lg:w-[120px] translate-y-[-75px] lg:translate-y-[-82px] absolute left-1/2 -translate-x-1/2 z-10"
|
||||
:style="{
|
||||
filter: 'drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4))',
|
||||
@@ -270,7 +271,7 @@ onUnmounted(() => {
|
||||
src="/img/heymlz/heymlz-seat.gif"
|
||||
loading="lazy"
|
||||
fetch-priority="low"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<Button
|
||||
variant="primary"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
Reference in New Issue
Block a user