Spaces:
Running
Running
luigi12345
commited on
Update index.html
Browse files- 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();
|