mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Convert to WebP in mounting reset once again (#1146)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 464 KiB |
BIN
gui/public/images/mounting-reset-pose.webp
Normal file
BIN
gui/public/images/mounting-reset-pose.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 480 KiB |
@@ -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" />
|
||||
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user