diff --git a/src/qml/PlayerControls.qml b/src/qml/PlayerControls.qml index 4764ca44..662e41be 100644 --- a/src/qml/PlayerControls.qml +++ b/src/qml/PlayerControls.qml @@ -50,7 +50,7 @@ Kirigami.Page { ImageWithFallback { id: coverImage imageSource: audio.entry ? audio.entry.cachedImage : "no-image" - imageFillMode: Image.PreserveAspectFill + imageFillMode: Image.PreserveAspectCrop anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: Math.max(0, parent.height - (height + imageLabels.height + 2*parent.textMargin))/2