make pdfs fit in slide and everything else crop

This commit is contained in:
Chris Cochrun 2022-09-24 14:59:56 -05:00
parent d2499e8df3
commit 14458f8161

View file

@ -117,7 +117,7 @@ Item {
id: backgroundImage id: backgroundImage
anchors.fill: parent anchors.fill: parent
source: imageSource source: imageSource
fillMode: Image.PreserveAspectCrop fillMode: itemType == "presentation" ? Image.PreserveAspectFit : Image.PreserveAspectCrop
clip: true clip: true
visible: true visible: true
currentFrame: pdfIndex currentFrame: pdfIndex