Spaces:
Running
Running
Update js_quene.js
Browse files- js_quene.js +1 -1
js_quene.js
CHANGED
@@ -52,7 +52,7 @@ function startNextImageInQuene(){
|
|
52 |
dropZone.dispatchEvent(dropEvent);
|
53 |
|
54 |
|
55 |
-
document.body.style.backgroundImage = file
|
56 |
document.body.style.backgroundSize = "cover";
|
57 |
document.body.style.backgroundPosition = "center";
|
58 |
document.body.style.backgroundRepeat = "no-repeat";
|
|
|
52 |
dropZone.dispatchEvent(dropEvent);
|
53 |
|
54 |
|
55 |
+
document.body.style.backgroundImage = `url('${file}')`;
|
56 |
document.body.style.backgroundSize = "cover";
|
57 |
document.body.style.backgroundPosition = "center";
|
58 |
document.body.style.backgroundRepeat = "no-repeat";
|