Skip to content

Commit

Permalink
remove lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
pirateIV committed Aug 9, 2024
1 parent 8ccdd10 commit 4fb7f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/media/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const MediaCard = ({ item, query, customclass }) => {
}
htmlAttributes={{
style: { viewTransitionName: `item-${item?.id}` },
loading: "lazy",
}}
alt={item?.title || item?.name}
/>
Expand Down

0 comments on commit 4fb7f8a

Please sign in to comment.