Skip to content

Commit d0487f8

Browse files
authored
Update Homepage Image Srcset
Fixes large 4K displays not getting 1000px wide image
1 parent e500649 commit d0487f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Load 400px image unless we're on a high density (2x) display -->
2020
<img
21-
srcset="images/headshot-bike-400p.webp 1x, images/headshot-bike.webp 2x"
21+
srcset="images/headshot-bike-400p.webp 400w, images/headshot-bike.webp 1000w"
2222
alt="Photo of Viktor Köves on his White Gazelle ebike, riding down Chicago's Lakefront trail
2323
past a tennis court, wearing shorts, a t-shirt and sunglasses">
2424
</div>

0 commit comments

Comments
 (0)