Auto-resize large images with JavaScript?
- by Yegor
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?