Skip to content

Commit 2498444

Browse files
authored
Fix(Fall Hacks 2025): Grainy images (#207)
* Fixed some grainy images * Adjusted the image aspect ratios
1 parent 426a706 commit 2498444

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/fall-hacks/2025/img5.jpg

-1.14 MB
Loading

public/fall-hacks/2025/img7.jpg

-1.13 MB
Loading

public/fall-hacks/2025/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ s {
4646

4747
img {
4848
width: 100%;
49-
aspect-ratio: 1.33 / 1;
49+
aspect-ratio: 1.5 / 1;
5050
object-fit: cover;
5151
border: 1px solid gray;
5252
flex: 0 1 auto;

0 commit comments

Comments
 (0)