mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
change server port to localhost 1970
+ change img server to localhost 1971 + add loading = lazy to images
This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
}"
|
||||
>
|
||||
<div class="art rounded">
|
||||
<img :src="imguri + album.image" alt="" class="rounded shadow-lg" />
|
||||
<img
|
||||
:src="imguri + album.image"
|
||||
alt=""
|
||||
class="rounded shadow-lg"
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
<div class="info" :class="{ nocontrast: isLight(album.colors[0]) }">
|
||||
<div class="top">
|
||||
|
||||
Reference in New Issue
Block a user