Closed 2hu12 closed 8 months ago
If we add carousel-center to the classname for mobile devices and it'd be hard to change it back to the default scroll-snap-align: start behaviour for desktop. So just add this carousel-start modifier and use lg:carousel-start for this senario.
carousel-center
scroll-snap-align: start
carousel-start
lg:carousel-start
Thank you
If we add
carousel-center
to the classname for mobile devices and it'd be hard to change it back to the defaultscroll-snap-align: start
behaviour for desktop. So just add thiscarousel-start
modifier and uselg:carousel-start
for this senario.