luigi12345 commited on
Commit
eeaea49
·
verified ·
1 Parent(s): 2e4122b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -4
index.html CHANGED
@@ -631,14 +631,13 @@ function updateCanvasSize() {
631
 
632
 
633
  bookImg.style.width = (screenWidth * 0.45) + 'px';
634
-
635
- hand.style.left = (bookWidth*0.2) + 'px' ;
636
- hand.style.top = (bookHeight*0.2) + 'px';
637
-
638
 
 
 
639
  }
640
 
641
 
 
642
  window.onload = () => {
643
  updateCanvasSize();
644
  updateBoundingRects();
 
631
 
632
 
633
  bookImg.style.width = (screenWidth * 0.45) + 'px';
 
 
 
 
634
 
635
+ hand.style.left = (bookWidth*0.2) + 'px' ;
636
+ hand.style.top = (bookHeight*0.2) + 'px';
637
  }
638
 
639
 
640
+
641
  window.onload = () => {
642
  updateCanvasSize();
643
  updateBoundingRects();