Skip to content

Commit

Permalink
BG No repeat in slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush259 committed Nov 13, 2024
1 parent 15eb0b5 commit db91433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/ProductImageSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function ProductImageSlider() {
slides.map((slide, index) => (
<div
key={index}
className="w-[100vw] flex-shrink-0 h-full bg-center bg-cover duration-500"
className="w-[100vw] flex-shrink-0 h-full bg-no-repeat bg-center bg-cover duration-500"
style={{ backgroundImage: `url(${slide.image})` }}
/>
))
Expand Down

0 comments on commit db91433

Please sign in to comment.