Overview
Scaling images in HTML can result in unnecessary bandwidth wasted downloading large images.
Scaling images in HTML can result in unnecessary bandwidth wasted downloading large images.
Web page designers sometimes set image dimensions by using the width and height attributes of the HTML image element. Avoid doing this since it can result in images being larger than needed.