what is Optimize Images ?


images on the webpage can be optimized to reduce their size without significantly impacting their visual quality.

Properly formatting and compressing images can save many bytes of data. This saves time for users on slow connections and money for users on limited data plans.


How To Optimize Images ?


1. Crop your images to remove any whitespace around the image and use CSS to provide padding.

2. Use proper file formats.

3.Save your images in the proper dimensions. If you are having to use HTML or CSS to resize your images, stop right there. Save the image in the desired size to reduce the file size.


Online Tools