Skip to content

Commit

Permalink
Fix video URL thumbnail positioning (#1385)
Browse files Browse the repository at this point in the history
fixed positioning of url for video thumbnails
  • Loading branch information
hjiangsu authored May 26, 2024
1 parent 2f48a90 commit 4c177bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/media_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class _MediaViewState extends State<MediaView> with SingleTickerProviderStateMix
}),
child: Stack(
fit: widget.allowUnconstrainedImageHeight ? StackFit.loose : StackFit.expand,
alignment: Alignment.center,
alignment: Alignment.bottomLeft,
children: [
if (widget.postViewMedia.media.first.thumbnailUrl != null)
ImageFiltered(
Expand Down

0 comments on commit 4c177bc

Please sign in to comment.