Skip to content

Commit e47cfdc

Browse files
Resize images
1 parent 1239387 commit e47cfdc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/homepage/Audiodotcom.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const optimizedBg = await getImage({
1818
const releaseVideoPlaceholderImage = await getImage({
1919
src: VideoPlaceholder,
2020
format: "webp",
21-
width: 1408,
21+
width: 736,
2222
quality: 80,
2323
});
2424

src/components/homepage/HeroBanner.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import AudacityMockUp from "../../assets/img/HeroBannerImage.webp";
3333
<Image
3434
src={AudacityMockUp}
3535
alt="A laptop showing the Audacity application"
36-
width={960}
36+
width={668}
3737
quality={80}
3838
loading="eager"
3939
/>

src/components/homepage/ReleaseVideo.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import FeaturedVideo from "../video/FeaturedVideo";
77
const releaseVideoPlaceholderImage = await getImage({
88
src: ReleaseVideoPlaceholder,
99
format: 'webp',
10-
width: 1408,
10+
width: 736,
1111
quality: 80,
1212
});
1313
1414
const featuredVideoPlaceholderImage = await getImage({
1515
src: PromoVideoPlaceholder,
1616
format: 'webp',
17-
width: 1408,
17+
width: 736,
1818
quality: 80,
1919
});
2020

0 commit comments

Comments
 (0)