Convert to WebP in mounting reset once again (#1146)

This commit is contained in:
Uriel
2024-08-22 00:32:32 +02:00
committed by GitHub
parent e2d268df2d
commit 456485071b
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

View File

@@ -4,7 +4,7 @@ export function Preload() {
<Helmet>
<link rel="preload" href="/images/front-standing-pose.webp" as="image" />
<link rel="preload" href="/images/slime-girl.webp" as="image" />
<link rel="preload" href="/images/mounting-reset-pose.avif" as="image" />
<link rel="preload" href="/images/mounting-reset-pose.webp" as="image" />
<link rel="preload" href="/images/reset-pose.webp" as="image" />
<link rel="preload" href="/images/slimes.webp" as="image" />

View File

@@ -43,7 +43,7 @@ export function MountingResetStep({
{isMobile && (
<div className="flex flex-col items-center fill-background-50 justify-center">
<img
src="/images/mounting-reset-pose.avif"
src="/images/mounting-reset-pose.webp"
width={450}
alt="mounting reset ski pose"
/>
@@ -67,7 +67,7 @@ export function MountingResetStep({
{!isMobile && (
<div className="flex flex-col pt-1 items-center fill-background-50 justify-center">
<img
src="/images/mounting-reset-pose.avif"
src="/images/mounting-reset-pose.webp"
width={600}
alt="mounting reset ski pose"
/>