From d0b420646ea93ceab055dc52db5e1ec9828824f6 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 3 Jan 2023 10:17:05 +1100 Subject: Temporarily disable sending/showing event images For testing while waiting for images to download --- src/components/TimeLine.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/TimeLine.vue') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index b9e8197..7dab13b 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1166,7 +1166,8 @@ function eventImgStyles(eventId: number){ return { width: store.eventImgSz + 'px', height: store.eventImgSz + 'px', - backgroundImage: `url(${getImagePath(event.imgId)})`, + //backgroundImage: `url(${getImagePath(event.imgId)})`, + backgroundColor: 'black', backgroundSize: 'cover', borderColor: event.ctg == 'discovery' ? store.color.alt2 : store.color.altDark, borderWidth: '1px', -- cgit v1.2.3