-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inserting image with height/width thru insertHTML() method resize automatically #353
Comments
Hi, .insertHTML('<img style="height:100px; width:100px;" src="..." />', true) |
I did try to add |
Sorry, the "auto" size is being set while re-creating the image format. |
The 2.29.0 version has been updated. |
Hi,
Is there a way to insert images thru
.insertHTML()
method with size indicated like<img height="100" width="100" src="..." />
?Right now when I tried to insert image with height/width indicated it still auto resize.
Thank you.
The text was updated successfully, but these errors were encountered: