You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For high resolution images I am getting a long vertical scrollbar, making it hard to use. I am using the sample code with the dialog. As a tip from @javier-godoy I am setting image-crop img { height: 100vh }. I am getting a small scrollbar, but it is OK. I think setHeightFull() etc would be a much cleaner solution. Maybe width to...
Describe solution expectations
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
This works best for small and large images. The dialog is resizable and dragable. If resized the overlay will not be resized until moved with mouse. Seems that setting key={uniqueImageKey} kan trigger that: sekoyo/react-image-crop#585
Feature proposal
For high resolution images I am getting a long vertical scrollbar, making it hard to use. I am using the sample code with the dialog. As a tip from @javier-godoy I am setting
image-crop img { height: 100vh }
. I am getting a small scrollbar, but it is OK. I think setHeightFull() etc would be a much cleaner solution. Maybe width to...Describe solution expectations
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: