mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 13:11:33 +00:00
9 lines
394 B
HTML
9 lines
394 B
HTML
<div class="image-container widget-advanced"
|
|
style="background-image: url('{{mix.mix_image}}');">
|
|
<div style="background-image: url('{{mix.user.profile_image_small}}')"
|
|
class="widget-image-container animation-hatch">
|
|
<div ng-class="playState==1 ? 'pause' : 'play'" style="display: block" ng-click="play(mix)"
|
|
class="playbtn play"></div>
|
|
</div>
|
|
</div>
|