Skip to content

Commit 52ebc16

Browse files
Optimise audiodotcom block bg
1 parent 2a954c7 commit 52ebc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/homepage/Audiodotcom.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import VideoPlaceholder from '../../assets/img/audiocom-placeholder.webp'
1111
const optimizedBg = await getImage({
1212
src: audiocomBackground,
1313
format: "webp",
14-
width: 1920, // Default size, you can adjust based on your needs
14+
width: 960, // Default size, you can adjust based on your needs
1515
quality: 50,
1616
});
1717

0 commit comments

Comments
 (0)