lazy load background image
All checks were successful
delpoy / build-and-deploy (push) Successful in 34s
All checks were successful
delpoy / build-and-deploy (push) Successful in 34s
This commit is contained in:
parent
eb0d0f8db3
commit
1d8e99be8a
@ -63,7 +63,7 @@
|
||||
class="hidden xl:block absolute top-0 left-0 h-full w-full"
|
||||
style="clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);"
|
||||
>
|
||||
<img src="{env.PUBLIC_BASE_PATH}/img/bg.webp" alt="" />
|
||||
<img src="{env.PUBLIC_BASE_PATH}/img/bg.webp" alt="" loading="lazy" />
|
||||
</div>
|
||||
<div class="hidden xl:flex justify-center absolute bottom-12 right-0 w-[60%]">
|
||||
<Countdown end={Date.parse(env.PUBLIC_START_DATE)} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user