minor webremote fixes
This commit is contained in:
parent
5c69f635c5
commit
2be9ad0944
4 changed files with 73 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
<script type="text/x-template" id="mediaitem-artwork">
|
||||
<div class="mediaitem-artwork" :class="[{'rounded': (type == 'artists')}, classes]" :key="url"
|
||||
v-observe-visibility="{callback: visibilityChanged}">
|
||||
<img :src="getMediaItemArtwork(url, size, width)"
|
||||
<img :src="getMediaItemArtwork(url, size, width)" :style="{ width: size + 'px'}"
|
||||
decoding="async" loading="lazy"
|
||||
class="mediaitem-artwork--img">
|
||||
<!-- <div v-if="video && isVisible && getVideoPriority()" class="animatedartwork-view-box">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue