From 4f49664a41dee66b440bc66bea16f6fffa900d10 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 3 Dec 2020 14:38:25 +0100 Subject: [PATCH] use boxfit.cover --- lib/src/image_footer.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/image_footer.dart b/lib/src/image_footer.dart index 7c39fb4c..3c37a66a 100644 --- a/lib/src/image_footer.dart +++ b/lib/src/image_footer.dart @@ -220,6 +220,7 @@ class _ImageFooterState extends State { widget.mediaSelectedCallBack(position); }, child: FittedBox( + fit: BoxFit.cover, child: Chewie( controller: controllerPackage.chewieController, ),