mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 12:01:45 +02:00
Allows the height of the preview to adjust to the width of the preview image
This commit is contained in:
@@ -104,7 +104,7 @@ fun UrlPreviewCard(
|
||||
AsyncImage(
|
||||
model = previewInfo.imageUrlFullPath,
|
||||
contentDescription = previewInfo.title,
|
||||
contentScale = ContentScale.Crop,
|
||||
contentScale = ContentScale.FillWidth,
|
||||
modifier = previewCardImageModifier,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user