mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
closes #83
This commit is contained in:
parent
411e0848e8
commit
d494641d39
3 changed files with 20 additions and 14 deletions
|
@ -111,7 +111,11 @@ const openSong = el => {
|
|||
tabindex="0"
|
||||
@click="openSong($event.target)"
|
||||
@keydown.enter="openSong($event.target)">
|
||||
<img class="pop-2 bg-img song-bg" loading="lazy" :src="art" alt />
|
||||
<img
|
||||
class="pop-2 bg-img song-bg"
|
||||
:loading="index > 4 ? 'lazy' : 'eager'"
|
||||
:src="art"
|
||||
alt />
|
||||
|
||||
<span class="flex content">
|
||||
<h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue