Added autoplay by default.

This commit is contained in:
moonstar-x 2023-06-02 14:00:13 -05:00
parent a21710d624
commit d167b2b254

View File

@ -16,7 +16,7 @@ class App extends Component {
awaitingResponse: false,
showTitle: true, // show image title at top left
showInfo: true, // show info and buttons at bottom right
auto: false, // autoplay
auto: true, // autoplay
sound: false,
hideUI: false,
hideUIChecked: false,