Auto-resize large images with JavaScript?
Posted
by Yegor
on Stack Overflow
See other posts from Stack Overflow
or by Yegor
Published on 2010-05-29T20:14:26Z
Indexed on
2010/05/29
20:22 UTC
Read the original article
Hit count: 233
JavaScript
|image-scaling
I have an application that allows people to post images on each others profiles with bb code. Problem is, some post very large images, which cover other parts of the site when are viewed.
How can I scale down images, client-side, so they are no bigger than x by y dimensions?
© Stack Overflow or respective owner