Skip to content

Commit

Permalink
Revert quality
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDumo committed Dec 10, 2024
1 parent 0e491b3 commit c81cd7f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/pages/alexdumo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import { Image } from "astro:assets";
</div>
<Image
quality={75}
format="webp"
src={"/alexdumo/tenor-grad.jpg"}
alt={"Alex Dumouchelle photo"}
class="col-span-2 mt-32 aspect-square w-full rounded-6 border border-stroke object-cover max-[1000px]:col-span-1"
Expand Down Expand Up @@ -80,7 +81,7 @@ import { Image } from "astro:assets";
class="my-16 grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1"
>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/cadet-grad.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -89,7 +90,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/surf.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -98,7 +99,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/jmu-bb.jpeg"}
alt={"Alex Dumouchelle photo"}
Expand Down Expand Up @@ -144,7 +145,7 @@ import { Image } from "astro:assets";
class="my-16 grid grid-cols-6 gap-32 max-[1000px]:grid-cols-1"
>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/march.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -153,7 +154,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/ron.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -162,7 +163,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/2022-retreat.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -171,7 +172,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/jmu-mrd.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -180,7 +181,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/gas.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -189,7 +190,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/cadet-2021.jpg"}
alt={"Alex Dumouchelle photo"}
Expand All @@ -198,7 +199,7 @@ import { Image } from "astro:assets";
height={400}
/>
<Image
quality={50}
quality={75}
format="webp"
src={"/alexdumo/lhs.jpg"}
alt={"Alex Dumouchelle photo"}
Expand Down

0 comments on commit c81cd7f

Please sign in to comment.