Make the carousel infinite

This commit is contained in:
Jackson Harper 2023-08-10 17:01:00 +08:00
parent d6fa803053
commit c5450d0231

View file

@ -296,9 +296,6 @@ export function Article(props: ArticleProps): JSX.Element {
slides={imageSrcs}
plugins={lightboxPlugins}
controller={{ closeOnPullDown: true, closeOnBackdropClick: true }}
carousel={{
finite: true,
}}
zoom={{
maxZoomPixelRatio: 3,
}}