KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 262 forks source link

Image Resizor overflow on bubble toolbar #1891

Closed thomasgebets closed 4 months ago

thomasgebets commented 4 months ago

Hi, i'm sorry to use this issues tab from ngx-quill for this matter, but would it be possible to adapt the image resizor project to use a css class or id. I'm struggling with bubble toolbar together with the image resizor. The resize container overflows or the bubble toolbar is cut on overflow. Therefore i would implement some custom logic to account for that in our project, but i would need some class or id to access the resize container. Thanks in advance!

KillerCodeMonkey commented 4 months ago

to be honest -> create an issue at the image.resizor repo, but you can try to extend it by your self and send a PR.

i only forked the original module to have something compatible with quill v2, because this was the main reason some ngx-quill users could not upgrade to the latest version. :D

thomasgebets commented 4 months ago

Sure, i will try; i just didn't find any issues tab in the repository..

KillerCodeMonkey commented 4 months ago

ah sorry seems like github disables issues when a repo is a fork. now it is there. thanks for the info

KillerCodeMonkey commented 4 months ago

i released a new version of image-resizor. in v1.3.0 you can use ".ql-image-resizor" to get access to the current active image-resizor

thomasgebets commented 4 months ago

Thank you so much!! I really appreciate it! :)