phpmady Posted July 5, 2010 Share Posted July 5, 2010 Hi I am doing a project where 5 images and video are getting from the user. My question to whether it is good to make a thumbnail folder for thumbnail images and folder for original size images. Or simply showing the original image by resizing via htmal tag like <img src="" width="" height=""> Thanks, Link to comment https://forums.phpfreaks.com/topic/206783-images-handling-in-php/ Share on other sites More sharing options...
ram4nd Posted July 5, 2010 Share Posted July 5, 2010 its better to generate thumbnails using some php script. Definitely use thumbnails! Link to comment https://forums.phpfreaks.com/topic/206783-images-handling-in-php/#findComment-1081415 Share on other sites More sharing options...
shortysbest Posted July 5, 2010 Share Posted July 5, 2010 Yeah it's better to have a thumbnail generated and place it into a "thumbnails" folder. Link to comment https://forums.phpfreaks.com/topic/206783-images-handling-in-php/#findComment-1081430 Share on other sites More sharing options...
phpmady Posted July 5, 2010 Author Share Posted July 5, 2010 its better to generate thumbnails using some php script. Definitely use thumbnails! thank you very much for ur suggestion, Link to comment https://forums.phpfreaks.com/topic/206783-images-handling-in-php/#findComment-1081433 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.