Skip to content

Commit bccc280

Browse files
authored
shrink testimonial screenshots (#398)
1 parent c3d4755 commit bccc280

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apps/svelte.dev/src/routes/_home/Testimonials.svelte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@
2222
<!-- svelte-ignore a11y_consider_explicit_label (the <enhanced:img> alt takes care of it)-->
2323
<div class="screenshots">
2424
<a href="https://survey.stackoverflow.co/2024/technology#2-web-frameworks-and-technologies">
25-
<enhanced:img alt="Stack Overflow 2024 Developer Survey" src="./stack-overflow.png"
25+
<enhanced:img
26+
alt="Stack Overflow 2024 Developer Survey"
27+
src="./stack-overflow.png?w=1200,1600"
2628
></enhanced:img>
2729
</a>
2830

2931
<a href="https://2023.stateofjs.com/en-US/libraries/front-end-frameworks/">
30-
<enhanced:img alt="State of JavaScript 2023" src="./state-of-js-chart.png"></enhanced:img>
32+
<enhanced:img alt="State of JavaScript 2023" src="./state-of-js-chart.png?w=1000,1400"
33+
></enhanced:img>
3134
</a>
3235

3336
<a href="https://x.com/flaviocopes/status/1730895911864189299">
34-
<enhanced:img alt="Tweet from @flaviocopes" src="./flavio-light.png"></enhanced:img>
37+
<enhanced:img alt="Tweet from @flaviocopes" src="./flavio-light.png?w=800"></enhanced:img>
3538
</a>
3639
</div>
3740
</div>

0 commit comments

Comments
 (0)