Generate video thumbnails
This commit is contained in:
@ -28,7 +28,7 @@ struct OptionalImagePropertyView: View {
|
||||
}
|
||||
|
||||
if let image = selectedImage {
|
||||
image.imageToDisplay
|
||||
(image.imageToDisplay ?? Image(systemSymbol: .exclamationmarkTriangle))
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(maxHeight: 300)
|
||||
|
Reference in New Issue
Block a user