mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make the carousel infinite
This commit is contained in:
parent
d6fa803053
commit
c5450d0231
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue