Re: How do I resize an image to a given window size?
Posted by Sagari on 01/26/07 13:08
AFAIK, screen dimension can only be accessed with browser-side language
such as JavaScript. Since PHP has already ended to work when browser
displays the page, I can suggest using JavaScript to re-open the page
again, passing screen/window dimensions as parameters.