Replies: 2 comments 10 replies
-
This is where i'm implementing the Drawer and looking into if an image zoom is needed: https://www.pixelshare.app/g/72403662/view obviously users can just download the image on their device and then zoom locally but, I'd like to learn if there's a feasible option so I can test with users |
Beta Was this translation helpful? Give feedback.
0 replies
-
I fixed a similar problem here: #746 If you're able to put together a small CodeSandbox that demonstrates the issue, I'd be happy to take a look at it. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone implemented the image zoom within a radix dialog? - in nextjs
I'm implementing a Drawer component where an image is previewed when the drawer opens, wrapping the Image with Zoom works as expected, you can scroll down and the zoom state resets with the drawer open. When the image is zoomed, once you click on the image to zoom out, you get the image zooming out and the Drawer (radix/dialog) closes.
Ideally the goal is to achieve the same dialog with zoom as in the examples, I'm not sure if the solution is to dig into radix or learn more how to custom construct the zoom modal. -Thanks!
Beta Was this translation helpful? Give feedback.
All reactions