|
|
@ -29,7 +29,7 @@ function liveplayer (elt) {
|
|
|
|
console.log("****", iframe, d.artist);
|
|
|
|
console.log("****", iframe, d.artist);
|
|
|
|
|
|
|
|
|
|
|
|
if (iframe&&d.artist){
|
|
|
|
if (iframe&&d.artist){
|
|
|
|
if ((d.artist.endsWith(".jpg") || d.arts.endsWith(".png")) {
|
|
|
|
if (d.artist.endsWith(".jpg") || d.artist.endsWith(".png")) {
|
|
|
|
console.log("IMAGE", d.artist);
|
|
|
|
console.log("IMAGE", d.artist);
|
|
|
|
iframe.style.backgroundImage: d.artist;
|
|
|
|
iframe.style.backgroundImage: d.artist;
|
|
|
|
iframe.src = "blank.html";
|
|
|
|
iframe.src = "blank.html";
|
|
|
|