quill-image-resize-module icon indicating copy to clipboard operation
quill-image-resize-module copied to clipboard

How to use inline style width of resizing image instead of using widht attributes inline img?

Open developerabdan opened this issue 5 years ago • 1 comments

Hi, recently i use this module of Image Resize, and after i implement this module, i see the result by inspect element

image

and my problem is the width get override by another css which is 100% width. So the width of its attributes cannot be read.

i want the width is putting on the style attributes of img which can be set by !important like this

image

i hope i get the answer of this question, thankyou !

developerabdan avatar Jan 15 '20 16:01 developerabdan

try this:npm i @ssumo/quill-resize-module

scrapooo avatar Mar 07 '20 06:03 scrapooo