diff --git a/src/qml/Component/Timeline/ImageDelegate.qml b/src/qml/Component/Timeline/ImageDelegate.qml index 5db517166..5e7229e66 100644 --- a/src/qml/Component/Timeline/ImageDelegate.qml +++ b/src/qml/Component/Timeline/ImageDelegate.qml @@ -103,6 +103,9 @@ TimelineContainer { property var imageItem: root.mediaInfo.animated ? animatedImageLoader.item : imageLoader.item + implicitWidth: root.mediaInfo.animated ? animatedImageLoader.width : imageLoader.width + implicitHeight: root.mediaInfo.animated ? animatedImageLoader.height : imageLoader.height + Loader { id: imageLoader