Cinematic Episode Image (#1556)
This commit is contained in:
parent
4976c1fd70
commit
99011b5c92
|
@ -48,7 +48,7 @@ extension ItemView {
|
||||||
OffsetScrollView(
|
OffsetScrollView(
|
||||||
headerHeight: globalSize.isLandscape ? 0.75 : 0.6
|
headerHeight: globalSize.isLandscape ? 0.75 : 0.6
|
||||||
) {
|
) {
|
||||||
ImageView(viewModel.item.imageSource(.backdrop, maxWidth: 1920))
|
ImageView(viewModel.item.imageSource(imageType, maxWidth: 1920))
|
||||||
.aspectRatio(1.77, contentMode: .fill)
|
.aspectRatio(1.77, contentMode: .fill)
|
||||||
} overlay: {
|
} overlay: {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
|
|
Loading…
Reference in New Issue