Skip to content

Commit

Permalink
Lower quality more to optimize loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDumo committed Dec 10, 2024
1 parent efb805e commit 1ae983d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/pages/alexdumo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { Image } from "astro:assets";
</div>
</div>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/tenor-grad.jpg"}
alt={"Alex Dumouchelle photo"}
Expand Down Expand Up @@ -81,7 +81,7 @@ import { Image } from "astro:assets";
class="my-16 grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1"
>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/cadet-grad.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -90,7 +90,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/surf.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -99,7 +99,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/jmu-bb.jpeg"}
alt={"Alex Dumouchelle photo"}
Expand Down Expand Up @@ -145,7 +145,7 @@ import { Image } from "astro:assets";
class="my-16 grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1"
>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/march.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -154,7 +154,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/ron.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -163,7 +163,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/2022-retreat.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -172,7 +172,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/jmu-mrd.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -181,7 +181,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/gas.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -190,7 +190,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/cadet-2021.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -199,7 +199,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={75}
quality={50}
format="webp"
src={"/alexdumo/lhs.jpg"}
alt={"Alex Dumouchelle photo"}
Expand Down

0 comments on commit 1ae983d

Please sign in to comment.