{"id":8178,"date":"2017-11-30T21:53:41","date_gmt":"2017-11-30T21:53:41","guid":{"rendered":"https:\/\/designcanyon.com\/?p=8178"},"modified":"2017-11-30T21:53:41","modified_gmt":"2017-11-30T21:53:41","slug":"improve-website-performance-scaled-images","status":"publish","type":"post","link":"https:\/\/designcanyon.com\/articles\/improve-website-performance-scaled-images\/","title":{"rendered":"How to Improve Website Performance with Scaled Images"},"content":{"rendered":"
What are Scaled Images? It\u2019s basically an image that has been scaled to match the exact size defined in CSS or HTML.<\/p>\n For instance, let\u2019s say your source image is 400 x 400 but you want to display it at 40 x 40. To achieve this, first, browser will have to download this large file and then reduce its size to 40 x 40, which is the actual requirement.<\/p>\n This is an inefficient method as the browser has to download a large size picture than compute it to the smaller size, which may increase the load time of a website.<\/p>\n Opposed to this, the more efficient method should be rather than using 400 x 400 image, users must use the accurate required image size because when file size will be accurate, page will load faster and improve your website’s performance.<\/p>\n
\n<\/strong><\/p>\n<\/p>\n