Skip to content

Commit

Permalink
fix stretched carousel imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Mwangi committed Aug 3, 2024
1 parent 14d1e45 commit da64725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/shop/sections/Banner/Carousal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Carousel() {
swagList?.map(({ image, name, id }) => (
<div key={id} className="relative min-w-full pl-2.5 h-full">
<LazyLoadImage
className="w-full h-full md:rounded-2xl"
className="w-full h-full md:rounded-2xl object-cover"
src={image}
alt={name}
/>
Expand Down

0 comments on commit da64725

Please sign in to comment.