|
34 | 34 | <body> |
35 | 35 | <div ng-controller="WidgetHomeCtrl as WidgetHome"> |
36 | 36 | <div class="holder now-playing text-center audio-player" ng-cloak> |
37 | | - <div ng-style="{'background':'url(' + (WidgetHome.currentTrack.image ? WidgetHome.currentTrack.image : 'assets/images/now-playing.png') + ') no-repeat center center', |
| 37 | + <div ng-style="{'background':'url(' + (WidgetHome.currentTrack.image ? WidgetHome.currentTrack.image : 'http://app.buildfire.com/app/media/now-playing.png') + ') no-repeat center center', |
38 | 38 | '-o-filter': 'blur(10px) brightness(0.2)', |
39 | 39 | '-moz-filter': 'blur(10px) brightness(0.2)', |
40 | 40 | '-webkit-filter': 'blur(10px) brightness(0.2)', |
|
57 | 57 | <div class="media-inner text-center"> |
58 | 58 | <img ng-if="!WidgetHome.currentTrack.image" |
59 | 59 | class="border-radius-two" |
60 | | - src='assets/images/now-playing.png' height="260px" width="260px"> |
| 60 | + src='http://app.buildfire.com/app/media/now-playing.png' height="260px" width="260px"> |
61 | 61 | <img ng-if="WidgetHome.currentTrack.image" class="border-radius-two" |
62 | 62 | load-image="1x1" data-final-src="{{WidgetHome.currentTrack.image | cropImage : 260:260}}"> |
63 | 63 | </div> |
@@ -130,7 +130,7 @@ <h4 class="margin-zero ellipsis whiteTheme">No Audio Currently Selected</h4> |
130 | 130 | </div> |
131 | 131 |
|
132 | 132 | <!-- Playlist Overlay --> |
133 | | - <div ng-if="openPlaylist" class="overlay backgroundColorTheme" |
| 133 | + <div ng-if="openPlaylist" class="overlay backgroundColorTheme slide" |
134 | 134 | style="position:fixed; top:0; left:0; width:100%; height:100%;"> |
135 | 135 | <div class="overlay-content" |
136 | 136 | style="postiion:absolute; top:0; left:0; height:100%; width: 100%; overflow:auto;"> |
|
0 commit comments