[web] Remove maxwidth and maxheight attribute that have no effect with Spotify URLs

This commit is contained in:
Alain Nussbaumer 2024-02-28 13:41:24 +01:00
parent 0bd7f8ed08
commit 0fc2032e4a
4 changed files with 0 additions and 8 deletions

View File

@ -35,8 +35,6 @@
:artist="album.artist"
:album="album.name"
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
:maxwidth="64"
:maxheight="64"
/>
</template>
<template #actions>

View File

@ -19,8 +19,6 @@
:artist="album.artist"
:album="album.name"
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
:maxwidth="64"
:maxheight="64"
/>
</template>
<template #actions>

View File

@ -18,8 +18,6 @@
:artist="album.artist"
:album="album.name"
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
:maxwidth="64"
:maxheight="64"
/>
</template>
<template #actions>

View File

@ -177,8 +177,6 @@
:artist="album.artist"
:album="album.name"
class="is-clickable fd-has-shadow fd-cover fd-cover-small-image"
:maxwidth="64"
:maxheight="64"
/>
</template>
<template #actions>