mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web-src] Lazy creation of generated cover artwork
This should improve the performance in large album listings by only creating the generated image for covers that are displayed.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<figure>
|
||||
<img v-lazyload
|
||||
:src="dataURI"
|
||||
:data-src="artwork_url_with_size"
|
||||
:data-err="dataURI"
|
||||
@click="$emit('click')">
|
||||
|
||||
Reference in New Issue
Block a user