Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 5bbd0e8

Browse files
committed
fix: image display issue
1 parent bd3c266 commit 5bbd0e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/assets/session-1.jpg

-3.13 MB
Loading

src/pages/mahi/sessions.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ const sessionHighlights = [
293293
<Image
294294
src={sessionImage}
295295
alt="Rangatahi collaborating on technology projects"
296-
class="w-full h-80 object-cover group-hover:scale-105 transition-transform duration-300"
297-
width={500}
296+
class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-300"
297+
width={600}
298298
height={320}
299299
/>
300300
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent group-hover:from-black/70 transition-colors">

0 commit comments

Comments
 (0)