Image scaling
-
I asked for 36×36 icons in the admin panel. In the HTML, I see that the 256×256 images are loaded, and then scaled down to 36×36 with the height and width attributes in the img tag. This is the wrong way to do it — instead, serve the images scaled to 36×36. This saves on bandwidth, as smaller images are transferred, and also eases load on the client, which no longer needs to scale the images.
https://www.ads-software.com/extend/plugins/trackable-social-share-icons/
- The topic ‘Image scaling’ is closed to new replies.