Use autoTransform on images
This commit is contained in:
@@ -81,6 +81,7 @@ Item {
|
|||||||
sourceSize.height: mediaSizeHelper.currentSize.height * Screen.devicePixelRatio
|
sourceSize.height: mediaSizeHelper.currentSize.height * Screen.devicePixelRatio
|
||||||
|
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
|
autoTransform: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,6 +95,7 @@ Item {
|
|||||||
source: root.mediaInfo.source
|
source: root.mediaInfo.source
|
||||||
|
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
|
autoTransform: true
|
||||||
|
|
||||||
paused: !applicationWindow().active
|
paused: !applicationWindow().active
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user