BaconBeast321 Posted August 6, 2006 Share Posted August 6, 2006 Hi there I have users uploaded photos of any size and I have a viewing section which I want to show these pictures as thumbnails.. how do I go about doing this? Link to comment https://forums.phpfreaks.com/topic/16692-display-full-picture-as-thumbnail/ Share on other sites More sharing options...
trq Posted August 6, 2006 Share Posted August 6, 2006 Take a look at the functionality provided in the [url=http://php.net/gd]gd[/url] library, or maybe even search for a tutorial on php thumbnials. Im sure the topic has been covered many times. Link to comment https://forums.phpfreaks.com/topic/16692-display-full-picture-as-thumbnail/#findComment-70087 Share on other sites More sharing options...
Prismatic Posted August 6, 2006 Share Posted August 6, 2006 <img src='imageurlhere' height='120' width='120'>Unless you want to use GD to make actual thumbnail images. That's a whole nother story :D Link to comment https://forums.phpfreaks.com/topic/16692-display-full-picture-as-thumbnail/#findComment-70089 Share on other sites More sharing options...
trq Posted August 6, 2006 Share Posted August 6, 2006 [quote]Unless you want to use GD to make actual thumbnail images. That's a whole nother story[/quote]You would assume if the question is being asked on a php forum that the op wants to know a php solution and not a html hack. Link to comment https://forums.phpfreaks.com/topic/16692-display-full-picture-as-thumbnail/#findComment-70091 Share on other sites More sharing options...
griffon Posted August 6, 2006 Share Posted August 6, 2006 Here's a script you might find useful to adapt ...http://www.blazonry.com/scripting/upload-size.php Link to comment https://forums.phpfreaks.com/topic/16692-display-full-picture-as-thumbnail/#findComment-70092 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.