Declare some image heights for better responsiveness
This commit is contained in:
@@ -229,7 +229,7 @@ const link = `/projects/${slugify(project.data.type)}/${slugify(project.data.slu
|
||||
loading="lazy"
|
||||
layout="constrained"
|
||||
fit="cover"
|
||||
height={192}
|
||||
height={250}
|
||||
style={`animation-delay: -${Math.floor(Math.random() * (12 - 4) + 4)}s; animation-direction: ${Math.random() < 0.5 ? "normal" : "reverse"};`}
|
||||
quality={quality}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user