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, ),