radames commited on
Commit
78b048b
1 Parent(s): 36e35b0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -179,6 +179,7 @@
179
  img.onload = () => {
180
  resolve(img);
181
  };
 
182
  img.src = imageURL;
183
  });
184
  };
@@ -570,4 +571,4 @@
570
  </div>
571
  </main>
572
  </body>
573
- </html>
 
179
  img.onload = () => {
180
  resolve(img);
181
  };
182
+ img.crossOrigin = "anonymous";
183
  img.src = imageURL;
184
  });
185
  };
 
571
  </div>
572
  </main>
573
  </body>
574
+ </html>