You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add snap movement to the images but they only snap when inside lightbox. <ImageCarousel ... snapToInterval={deviceWidth} //your element width snapToAlignment={"center"}> {imagesMap} <- MAKE THESE SNAP </ImageCarousel>
How can I achieve that? And also is there a easy way to implement pagination? Thanks
The text was updated successfully, but these errors were encountered:
I want to add snap movement to the images but they only snap when inside lightbox.
<ImageCarousel ... snapToInterval={deviceWidth} //your element width snapToAlignment={"center"}> {imagesMap} <- MAKE THESE SNAP </ImageCarousel>
How can I achieve that? And also is there a easy way to implement pagination? Thanks
The text was updated successfully, but these errors were encountered: