This commit is contained in:
vapormusic 2022-01-07 20:00:53 +07:00
parent 0db00b1325
commit c858efe823
2 changed files with 51 additions and 0 deletions

View file

@ -1,5 +1,14 @@
<script type="text/x-template" id="fullscreen-view">
<div class="fullscreen-view">
<div class="background">
<div class="bgArtworkMaterial">
<div class="bg-artwork-container">
<img v-if="(app.cfg.visual.bg_artwork_rotation || app.animateBackground)" class="bg-artwork a" :src="image.replace('600x600','30x30') ?? ''">
<img v-if="(app.cfg.visual.bg_artwork_rotation || app.animateBackground)" class="bg-artwork b" :src="image.replace('600x600','30x30') ?? ''">
<img v-if="!(app.cfg.visual.bg_artwork_rotation || app.animateBackground)" class="bg-artwork no-animation" :src="image.replace('600x600','30x30') ?? ''">
</div>
</div>
</div>
<div class="row fs-row">
<div class="col artwork-col">
<div class="artwork" @click="app.appMode = 'player'">