File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ class Test extends React.Component {
5353 disableLocalStorage = { true }
5454 disableSlideSwiping = { true }
5555 exitFullscreenOnClose = { false }
56+ maxScale = { true }
5657 slideDistance = { 0.5 }
5758 slideshowTime = { 10000 }
5859 sourceMargin = { 0.2 }
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ declare namespace FsLightbox {
6868 showThumbsOnMount ?: boolean | undefined ; // pro feature
6969 showThumbsWithCaptions ?: boolean | undefined ; // pro feature
7070 disableThumbs ?: boolean | undefined ; // pro feature
71+ maxScale ?: boolean | undefined ; // pro feature
7172 slideDistance ?: number | undefined ;
7273 slideshowTime ?: number | undefined ; // pro feature
7374 sourceMargin ?: number | undefined ;
You can’t perform that action at this time.
0 commit comments