diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/TimeLine.vue | 3 |
1 files changed, 2 insertions, 1 deletions
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', |
