Skip to content

Commit f8de088

Browse files
authored
Set showPlayButton to true for example
1 parent 7d3ff29 commit f8de088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class App extends React.Component {
1616
showThumbnails: true,
1717
showFullscreenButton: true,
1818
showGalleryFullscreenButton: true,
19-
showPlayButton: false,
19+
showPlayButton: true,
2020
showGalleryPlayButton: true,
2121
showNav: true,
2222
slideVertically: false,

0 commit comments

Comments
 (0)