Use autoTransform on images
closes network/neochat#674 (cherry picked from commit38cfc915f1)533130b5Use autoTransform on images Co-authored-by: James Graham <james.h.graham@protonmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user