Skip to content
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

Image Width Is Being Set Differently Between Browsers Causing IE Resize Failing #901

Open
duracell80 opened this issue Nov 12, 2018 · 2 comments
Labels

Comments

@duracell80
Copy link

Simply the resize plugin for IE is being made to stop working when edits are made in chrome. This is because Chrome sets width in the inline style whereas IE sets it as a HTML attribute, creating code such as img ... width=300 style=width:250px

Cross browser editing then causes the resizing function to stop working for Internet Explorer.

@gregory-bretall
Copy link
Contributor

A fix has been sent in for this here #920

@gregory-bretall
Copy link
Contributor

Updated PR is found here #923

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants