Optional: Image height and width rendered in img tags

When the width and height are present in all image tags it can increase the speed and "stability" of page rendering because the browser won't need to download the image first in order to get access to the width/height.

Even in a "responsive" page, the width and height can be rendered as percentages of their container, allowing the browser to respond rapidly to page resizes.

Updating the rendering system to inject image sizes as much as possible would be ideal.

  • Erik Aronesty
  • May 24 2019
  • Already exists
  • Ezra Siton commented
    May 26, 2019 23:21

    Webflow already have this feature (Set width/height). Or add more details or JS libary with this idea.