aj123cd Posted May 21, 2013 Share Posted May 21, 2013 Different pages show different sizes of the photo, on the webpage. When the photos are uploaded, I resize the photos to get three different sizes, big, small and thumbnail. Is this a good idea and are there any other alternative methods. Quote Link to comment Share on other sites More sharing options...
CrossMotion Posted May 21, 2013 Share Posted May 21, 2013 This is a good method. I somtimes generate images on the fly, but this is pretty heavy for the web server. another method is to create the thumbs when you need them and store them in a cache folder. This way you dont create thumbs for images that dont get displayed. Also try to save the original image somewhere too, just in case you need a larger photo in the future. Quote Link to comment Share on other sites More sharing options...
Solution aj123cd Posted May 21, 2013 Author Solution Share Posted May 21, 2013 Thank you for your advice. Quote Link to comment 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.