Fix(mobile) oversize play button (#672)

This commit is contained in:
Alex
2022-09-11 00:25:04 -05:00
committed by GitHub
parent 31739aca02
commit 5403ef4d84
7 changed files with 22 additions and 29 deletions

View File

@@ -79,7 +79,7 @@ class _VideoThumbnailPlayerState extends State<VideoThumbnailPlayer> {
_createChewieController() {
chewieController = ChewieController(
showOptions: true,
showControlsOnInitialize: true,
showControlsOnInitialize: false,
videoPlayerController: videoPlayerController,
autoPlay: true,
autoInitialize: true,