diff --git a/lib/src/full_screen_image.dart b/lib/src/full_screen_image.dart index 4ddc8513..ba2b56bf 100644 --- a/lib/src/full_screen_image.dart +++ b/lib/src/full_screen_image.dart @@ -78,7 +78,8 @@ class _FullScreenMediaState extends State }); }, itemBuilder: (context, position) { - if (widget.mediaAttachments[position].type == 'image') { + print(widget.mediaAttachments[position].type); + if (widget.mediaAttachments[position].type == 'image' || widget.mediaAttachments[position].type == 'giphy') { return PhotoView( imageProvider: CachedNetworkImageProvider( widget.mediaAttachments[position].imageUrl ??