We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The location of box or polygon will shift to the right after zoom in over 200%. Original location (https://imgur.com/lw50E3Z) Shift location (https://imgur.com/vzsvElo)
The text was updated successfully, but these errors were encountered:
@cwhuang119 did you find the solution for above issue? Can you please provide info on how did you fix zoom issue?
Thanks!
Sorry, something went wrong.
I had this same issue, but it was caused by my base Tailwind styles which was setting the img { max-width: auto}
Try setting the max-width to inherit instead (or add it to the img container):
img { max-width: inherit; height: inherit; }
No branches or pull requests
The location of box or polygon will shift to the right after zoom in over 200%.
Original location (https://imgur.com/lw50E3Z)
Shift location (https://imgur.com/vzsvElo)
The text was updated successfully, but these errors were encountered: