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
I am quite sure this is an easy one but I am struggling for days with this issue and I'd really appreciate some help in here.
I am trying to open the cropper in a overlay (Angular Cdk Overlay component) in order to see a bigger representation of my image to crop.
But when I initialize the cropper, my image is going in full size and the cropper overflow my screen.
If I put an overflow : auto on my angular-cropper element, I'll miss a part of my image.
I would like to tell the cropper that my max-height is 95vh and thus adapt to it directly. Is that possible ?
The text was updated successfully, but these errors were encountered:
Hey,
I am quite sure this is an easy one but I am struggling for days with this issue and I'd really appreciate some help in here.
I am trying to open the cropper in a overlay (Angular Cdk Overlay component) in order to see a bigger representation of my image to crop.
But when I initialize the cropper, my image is going in full size and the cropper overflow my screen.
If I put an
overflow : auto
on my angular-cropper element, I'll miss a part of my image.I would like to tell the cropper that my max-height is 95vh and thus adapt to it directly. Is that possible ?
The text was updated successfully, but these errors were encountered: