Uthar commited on
Commit
3274dd5
·
verified ·
1 Parent(s): aea39a0

Update js_quene.js

Browse files
Files changed (1) hide show
  1. 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";