Newer
Older
import im.nheko 1.0
width: Math.min(parent ? parent.width : undefined, model.width)
height: width * model.proportionalHeight
source: model.url.replace("mxc://", "image://MxcImage/")
asynchronous: true
fillMode: Image.PreserveAspectFit
onClicked: timelineManager.openImageOverlay(model.url, model.id)