Last post Dec 20, 2017 11:45 AM by PatriceSc
Participant
753 Points
2406 Posts
Dec 16, 2017 02:26 PM|hkbeer|LINK
Pls share. How to load image thumbnail with less bandwidth
Thanks
All-Star
48300 Points
18003 Posts
Dec 16, 2017 04:30 PM|PatriceSc|LINK
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.
Contributor
6730 Points
2715 Posts
Dec 18, 2017 07:35 AM|Eric Du|LINK
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
Dec 20, 2017 11:39 AM|hkbeer|LINK
How to make a thumbnail easily ?
Dec 20, 2017 11:45 AM|PatriceSc|LINK
If you mean programmatically you could use System.Drawing and code such as http://programanddesign.com/cs/high-quality-image-resize-c/
Participant
753 Points
2406 Posts
How to load image thumbnail with less bandwidth
Dec 16, 2017 02:26 PM|hkbeer|LINK
Pls share. How to load image thumbnail with less bandwidth
Thanks
www.developerfusion.com/tools/convert/csharp-to-vb/
All-Star
48300 Points
18003 Posts
Re: How to load image thumbnail with less bandwidth
Dec 16, 2017 04:30 PM|PatriceSc|LINK
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.
Contributor
6730 Points
2715 Posts
Re: How to load image thumbnail with less bandwidth
Dec 18, 2017 07:35 AM|Eric Du|LINK
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
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Participant
753 Points
2406 Posts
Re: How to load image thumbnail with less bandwidth
Dec 20, 2017 11:39 AM|hkbeer|LINK
How to make a thumbnail easily ?
www.developerfusion.com/tools/convert/csharp-to-vb/
All-Star
48300 Points
18003 Posts
Re: How to load image thumbnail with less bandwidth
Dec 20, 2017 11:45 AM|PatriceSc|LINK
Hi,
If you mean programmatically you could use System.Drawing and code such as http://programanddesign.com/cs/high-quality-image-resize-c/