quill_html_editor
quill_html_editor copied to clipboard
[FEATURE] Option to resized the embedded items within the editor
Is your feature request related to a problem? Please describe. Yes say I try to add a large image by default the image takes full width of the screen. If I add a video as an embedded lin the document the video size is small.
Describe the solution you'd like I would like to see an otpion to resize the video or atleast give an option to set width and height while adding the embedded link.
Describe alternatives you've considered I did check flutter_quill and html_enhanced_editor. flutter_quill for some reason doesn seem to work well when an image is added, it takes up weird space and html_enhanced_editor did have an option to reise the images and videos (which if possible would be great with this package)
Additional context I did go through the code base and try to add a option to videoPicker Dialog to get in width and height to the embedded object but I am guessing when the embedded code is generated from the controller it needs to add to the embedded tag.