diff --git a/lib/widgets/fullscreen/image_page.dart b/lib/widgets/fullscreen/image_page.dart index 11d21297f..ab37cb527 100644 --- a/lib/widgets/fullscreen/image_page.dart +++ b/lib/widgets/fullscreen/image_page.dart @@ -50,10 +50,7 @@ class ImagePageState extends State with AutomaticKeepAliveClientMixin ) : SizedBox(), childSize: MediaQuery.of(galleryContext).size, - heroAttributes: PhotoViewHeroAttributes( - tag: entry.uri, - transitionOnUserGestures: true, - ), + // no hero as most videos fullscreen image is different from its thumbnail minScale: PhotoViewComputedScale.contained, initialScale: PhotoViewComputedScale.contained, onTapUp: (tapContext, details, value) => widget.onTap?.call(),