
added observed visibility to mediaitem-square. fixed artist page animated artwork not changing when navigation to another artist with animated artwork
11 lines
No EOL
395 B
Text
11 lines
No EOL
395 B
Text
<div class="content-inner">
|
|
<div class="row">
|
|
<div class="col" style="padding:0px">
|
|
<h1 class="header-text">Made For You</h1>
|
|
</div>
|
|
</div>
|
|
<div class="madeforyou-body">
|
|
<mediaitem-square :item="item" v-for="item in madeforyou.data">
|
|
</mediaitem-square>
|
|
</div>
|
|
</div> |