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? Quote 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. Quote 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 Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.