Try again tomorrow
This commit is contained in:
parent
44e901d559
commit
c33c11237e
@ -25,10 +25,10 @@ function zoom(factor, imgName) {
|
||||
img.style.opacity = 0;
|
||||
});
|
||||
|
||||
img.addEventListener("touchmove", (e) => {
|
||||
e.preventDefault();
|
||||
moveBackground(getOffsetToMiddle(e));
|
||||
});
|
||||
// img.addEventListener("touchmove", (e) => {
|
||||
// e.preventDefault();
|
||||
// moveBackground(getOffsetToMiddle(e));
|
||||
// });
|
||||
|
||||
img.addEventListener("mousemove", (e) => {
|
||||
moveBackground(getOffsetToMiddle(e));
|
||||
|
Loading…
x
Reference in New Issue
Block a user