question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On window zoom not working correctly

See original GitHub issue

hi.

I changed onMove function. Added eventX = event.clientX / window.Pagezoom; in if(‘clientX’ in event) stantment

if('clientX' in event) { eventX = event.clientX / window.Pagezoom; }

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mjcastillocommented, Mar 18, 2019

i was baffled when I saw it work, then I saw what my issue was. The value that is used for the scale css transform function is the reciprocal of the value used for the scale option property! I thought the scale value in the options should be set to the same value as what I used in the css transform scale function, and now I see I was wrong. I need to use the reciprocal. Thank you very much for looking at this and responding. Have a great evening/day!

0reactions
ValentinHcommented, Mar 18, 2019

Hey @mjcastillo , what’s the issue?

I’ve just tested and everything looks fine to me: https://jsfiddle.net/ValentinH/ej5v8aru/

Read more comments on GitHub >

github_iconTop Results From Across the Web

The most common Zoom problems and how to fix them now
Try unchecking the HD and Touch Up My Appearance options. To access these options, click the cog icon (Settings) on the main screen...
Read more >
Zoom not Responding: 4 Great Ways to get it Working Again
1. Force stop Zoom · Press the Windows key + X and select the Task Manager option. task manager zoom not responding ·...
Read more >
FIX ZOOM Not Responding windows 10 - YouTube
Force Quit the Zoom · Force Quit the Zoom · Force Quit the Zoom · Uninstall the Zoom · Uninstall the Zoom ·...
Read more >
Troubleshooting Zoom video crashes
If your Zoom video freezes or your camera crashes during a meeting, there are some quick fixes that can help. Common Zoom video...
Read more >
How To Fix Zoom Not Launching On Windows 10 Computers
1) Restart To Fix Zoom Not Launching. This is the first thing you should do whenever an application isn't working properly. Go to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found