Added autoplay by default.
This commit is contained in:
parent
a21710d624
commit
d167b2b254
@ -16,7 +16,7 @@ class App extends Component {
|
|||||||
awaitingResponse: false,
|
awaitingResponse: false,
|
||||||
showTitle: true, // show image title at top left
|
showTitle: true, // show image title at top left
|
||||||
showInfo: true, // show info and buttons at bottom right
|
showInfo: true, // show info and buttons at bottom right
|
||||||
auto: false, // autoplay
|
auto: true, // autoplay
|
||||||
sound: false,
|
sound: false,
|
||||||
hideUI: false,
|
hideUI: false,
|
||||||
hideUIChecked: false,
|
hideUIChecked: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user