-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
is there any way to resize image ? #124
Comments
Thanks.. cracked it .. |
I solved it this way.
|
@icandothat2 Elegant. Does this actually resize the image though, or simply modify the way it is displayed? IE: If I am sending the editor content to a server via POST for storage, the image will be stored as its original size, correct? |
Thank you,
You are Correct. It does not "resize" the image in the sense that the image
data is not changed, it just looks smaller on screen. To actually resize
the image would take a canvas element. I actually may still put it into a
canvas to enable on screen drawing etc. but for now resizing was a good
first step.
…On Wed, May 30, 2018 at 2:45 PM, kaptainkommie ***@***.***> wrote:
@icandothat2 <https://github.com/icandothat2> Elegant. Does this actually
resize the image though, or simply modify the way it is displayed? IE: If I
am sending the editor content to a server via POST for storage, the image
will be stored as its original size, correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APcqjCrqS53aDtfE6a93EJiXDkBiIhBLks5t3xLngaJpZM4NUNnZ>
.
|
Thanks, I had implemented resizing using canvas for my use case, but I was curious if this worked similarly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: