How To Install Imgsizer?
Install imgsizer
-
Debian
apt-get install imgsizerClick to copy -
Ubuntu
apt-get install imgsizerClick to copy -
Kali Linux
apt-get install imgsizerClick to copy -
Raspbian
apt-get install imgsizerClick to copy
imgsizer
Adds WIDTH and HEIGHT attributes to IMG tags in HTML filesThe imgsizer script automates away the tedious task of creating and updating the extension HEIGHT and WIDTH parameters in HTML IMG tags. These parameters help browsers to multi-thread image loading, instead of having to load images in strict sequence in order to have each one's dimensions available so the next can be placed. This generally allows text on the remainder of the page to load much faster. The package needs either the imagemagick package or both the file and libjpeg-progs packages.
Install the latest version of imgsizer in Debian, Ubuntu, Kali and Raspbian from terminal. To install the imgsizer just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of imgsizer from the respository and install it in your computer/server.




