Answered by:
How to load image thumbnail with less bandwidth

Question
-
User-775831949 posted
Pls share. How to load image thumbnail with less bandwidth
Thanks
Saturday, December 16, 2017 2:26 PM
Answers
-
User-1838255255 posted
Hi hkbeer,
According to your description, here are some tips about how to reduce the bandwidth of loading image in website, please check the following tutorials:
Web Design Guidelines for Low Bandwidth:
http://www.aptivate.org/webguidelines/Images.html
Top 10 mistakes in handling website images and how to solve them:
https://cloudinary.com/blog/top_10_mistakes_in_handling_website_images_and_how_to_solve_them
Best Regards,
Eric Du
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, December 18, 2017 7:35 AM
All replies
-
User753101303 posted
Hi,
Try perhaps https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization or https://www.w3schools.com/Css/css_image_sprites.asp
Or give some details if you need something less general.
Saturday, December 16, 2017 4:30 PM -
User-1838255255 posted
Hi hkbeer,
According to your description, here are some tips about how to reduce the bandwidth of loading image in website, please check the following tutorials:
Web Design Guidelines for Low Bandwidth:
http://www.aptivate.org/webguidelines/Images.html
Top 10 mistakes in handling website images and how to solve them:
https://cloudinary.com/blog/top_10_mistakes_in_handling_website_images_and_how_to_solve_them
Best Regards,
Eric Du
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, December 18, 2017 7:35 AM -
User-775831949 posted
How to make a thumbnail easily ?
Wednesday, December 20, 2017 11:39 AM -
User753101303 posted
Hi,
If you mean programmatically you could use System.Drawing and code such as http://programanddesign.com/cs/high-quality-image-resize-c/
Wednesday, December 20, 2017 11:45 AM