* buttons: Boolean or Array.
* True/False: Whether to display buttons.
* Array: Specify which buttons to display. Value range: [“fullscreen”, “direction”, “play”, “control”].
buttons:
* enabled: Show/hide all buttons. Default: true.
* fullscreenButton: Show/hide fullscreen button. “desktop” means only show on desktop. “mobile” is the same. Default: true. Available values: [“desktop”, “mobile”, true, false].
* directionButton: Show/hide direction buttons. Default: true.
* playButton: Show/hide play button. Default: true.
* controlMoveButton: Show/hide the control move button. Default: true.