Skip to content

Commit

Permalink
Ensure the image is fully visible (#5614)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Sep 25, 2024
1 parent 8e5ea75 commit a51e06d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class _ProductImageViewer extends StatelessWidget {
),
),
),
fit: BoxFit.cover,
fit: BoxFit.contain,
loadingBuilder: (
_,
final Widget child,
Expand Down

0 comments on commit a51e06d

Please sign in to comment.