#1050470 O: imgsizer -- Adds WIDTH and HEIGHT attributes to IMG tags in HTML files

#1050470#5
Date:
2023-08-24 21:27:50 UTC
From:
To:
imgsizer does not seem to be maintained anymore. I intend to salvage it
with the plan to orphan it in three weeks. Please notify me if you object.

#1050470#10
Date:
2023-09-14 09:33:09 UTC
From:
To:
Hereby, I am orphaning imgsizer. Please only consider adopting if you have
the time and skills to maintain it.

Description: Adds WIDTH and HEIGHT attributes to IMG tags in HTML files
  The 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.