mcmuney Posted January 18, 2008 Share Posted January 18, 2008 When I'm displaying an image and it happens to be HUGE, what script can I use that will resize the display view? For example, lets say that if an image width > 600, resize width to 600 and/or if height> 800, resize height to 700. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/86589-image-resize/ Share on other sites More sharing options...
trq Posted January 18, 2008 Share Posted January 18, 2008 If all you want to do is change the display size, your question is that of a simple html one. <img src='foo.jpg' hieght='40' width='40'> Quote Link to comment https://forums.phpfreaks.com/topic/86589-image-resize/#findComment-442435 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.