Set same height as with (the same like on other timelines).
This commit is contained in:
parent
93734579a4
commit
95c2ef07f0
|
@ -37,7 +37,7 @@ struct ImageRow: View {
|
|||
self.imageHeight = size.height
|
||||
} else {
|
||||
self.uiImage = nil
|
||||
self.imageHeight = UIScreen.main.bounds.width * 0.75
|
||||
self.imageHeight = UIScreen.main.bounds.width
|
||||
self.imageWidth = UIScreen.main.bounds.width
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue