Skip to content

Commit d0149c1

Browse files
committed
refactor: 이미지 lazy loading 추가
1 parent 6d698bd commit d0149c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SelectStyle/SelectStyle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const SelectStyle = () => {
8686
</div>
8787

8888
<div className={styles.Image}>
89-
<img src={selectedStyle.image} alt={`${selectedStyle.name}-img`} />
89+
<img src={selectedStyle.image} alt={`${selectedStyle.name}-img`} loading="lazy" />
9090
</div>
9191

9292
<div className={styles.Bottom}>

0 commit comments

Comments
 (0)