Click to See Complete Forum and Search --> : Image Resize


Infatuas
09-04-2003, 11:00 PM
Hello, I am making a website, and i want the banner to resize depending on the users screen size so that no scrolling would be necessary.. I tried to collapse but i doesn't resize the banner accordingly..

If user has 800 * 600
then pic should be 750 *153

If user has 1024 * 768
then pic should be 1024 *153

so on and so forth, please help

pyro
09-04-2003, 11:03 PM
Sounds like a JavaScript question, to me, as you need to detect the screen resolution. Better post there...

brendandonhue
09-06-2003, 10:24 AM
If you actually want to resize the image file, not just set height= and width=, you will have to use either JPEG or PNG files, and have Image Magik or GD on your server.