We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bffa0 commit 880e1dcCopy full SHA for 880e1dc
1 file changed
src/utils/partners.tsx
@@ -67,13 +67,17 @@ export function PartnerImage({
67
loading="lazy"
68
className="w-full dark:hidden"
69
width={200}
70
+ height={100}
71
+ sizes="(max-width: 640px) 80px, (max-width: 1024px) 150px, 200px"
72
/>
73
<img
74
src={config.dark}
75
alt={alt}
76
77
className="w-full hidden dark:block"
78
79
80
81
82
</div>
83
)
@@ -86,7 +90,9 @@ export function PartnerImage({
86
90
87
91
className="w-full"
88
92
93
89
94
95
96
97
98
0 commit comments