Use autoTransform on images

This commit is contained in:
James Graham
2024-09-15 09:48:31 +01:00
parent 1821d9fc04
commit 533130b583

View File

@@ -81,6 +81,7 @@ Item {
sourceSize.height: mediaSizeHelper.currentSize.height * Screen.devicePixelRatio
fillMode: Image.PreserveAspectFit
autoTransform: true
}
}
@@ -94,6 +95,7 @@ Item {
source: root.mediaInfo.source
fillMode: Image.PreserveAspectFit
autoTransform: true
paused: !applicationWindow().active
}