-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
There may be problems in some magnification situations. #205
Comments
When I visit your repro link, I see a huge image. When I click it, it "zooms" to show the entire image. So, I'm unable to reproduce the problem. I've tried using the following browsers:
You should share a screenshot of the problem. |
I'm sorry, I have replaced the image enlargement plugin on the example webpage with something else. This issue still exists, if the picture is not fully displayed, the image shown after using the magnifier will also be incomplete. |
What does "not fully displayed" mean? Outside the current viewport? Not yet fully loaded? How can I build a repro case? |
Thanks for the repro case! I see the problem. The Tailwind classes are applied to the If you apply the styles to a container, you should get the full image upon zoom. |
In most cases, the |
If you style your images so they are cropped at regular size, I'm not sure why you'd expect You might consider:
If you can't get those options to work, the only other thing I can suggest is to find/implement another zoom library. FYI: I'm not a contributor to |
Bug description
If the image is not fully displayed, it will also be incomplete after enlargement.
How to reproduce
Please check the error reproduction link.
Expected behavior
The page image display may be missing, and it should be a complete image after enlargement.
Reproducible example
Link to the bug reproduction
Environment
medium-zoom
version: 1.0.8The text was updated successfully, but these errors were encountered: