This is a discussion on "Gah, need a javascript image resizing script." within the JavaScript Forum section. This forum, and the thread "Gah, need a javascript image resizing script. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Gah, need a javascript image resizing script.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Gah, need a javascript image resizing script.
I swear JavaScript is the next thing on my list to learn. It doesn't look to hard, just a case of finding the time.
For once Google has failed me. I need the following script. If someone could convert this into javascript I would be enternally greatful. Should be pretty easy for someone with basic knowledge of JavaScript imgx = get image width imgy = get image height // Desired width and hight desimgx = 160px desimgy = 240px *if imgx > desimgx* difference = imgx - desimgx decimalpercent = difference / desimgx imagewidth = round down(imgx * decimalpercent) imageheight = round down(imgy * decimalpercent) *end if and repeat with height* Return imagewidth and height. That should work, if someone could write this up or has a better way of doing it then please help me out. Thanks alot. |
|
|
|
||||
|
Re: Gah, need a javascript image resizing script.
i hope i understand what u want, here is a code :
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
|||
|
Re: Gah, need a javascript image resizing script.
Thanks a lot, when I am through with what I am doing I will give it a run out.
|
|
|||
|
Re: Gah, need a javascript image resizing script.
I have showcased my image resizing script at http://javascript.biologyformhtcet.c...ize_image.html
check if its the one you are looking for!
Last Blog Entry: Cross browser nuisance (Feb 11th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Awesome Image Resizing! | Jack Franklin | Webforumz Cafe | 3 | Jan 19th, 2008 10:06 |
| image not resizing in Safari | cyberseed | Other Programming Languages | 0 | Jul 30th, 2007 16:39 |
| Firefox image resizing problem with CSS | paishin | Web Page Design | 2 | Jun 15th, 2007 13:29 |
| Resizing an image using HTML | Powderhound | Web Page Design | 12 | Sep 4th, 2006 02:31 |