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. 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'> Link to comment https://forums.phpfreaks.com/topic/86589-image-resize/#findComment-442435 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.