File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const optimizedBg = await getImage({
1818const releaseVideoPlaceholderImage = await getImage ({
1919 src: VideoPlaceholder ,
2020 format: " webp" ,
21- width: 1408 ,
21+ width: 736 ,
2222 quality: 80 ,
2323});
2424
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ import FeaturedVideo from "../video/FeaturedVideo";
77const releaseVideoPlaceholderImage = await getImage ({
88 src: ReleaseVideoPlaceholder ,
99 format: ' webp' ,
10- width: 1408 ,
10+ width: 736 ,
1111 quality: 80 ,
1212});
1313
1414const featuredVideoPlaceholderImage = await getImage ({
1515 src: PromoVideoPlaceholder ,
1616 format: ' webp' ,
17- width: 1408 ,
17+ width: 736 ,
1818 quality: 80 ,
1919});
2020
You can’t perform that action at this time.
0 commit comments