You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For SVG images, it seems that the width and height attributes are missing on the img attribute.
The lack of such attributes causes cumulative layout shift, which impact the page performance.
The output should be for e.g.: <img width="200" height="150" src="logo.svg"/>
The text was updated successfully, but these errors were encountered:
gabrielwalt
changed the title
SVG images lack width and height attributes
[Image] SVG images lack width and height attributes
Aug 8, 2022
For SVG images, it seems that the
width
andheight
attributes are missing on theimg
attribute.The lack of such attributes causes cumulative layout shift, which impact the page performance.
The output should be for e.g.:
<img width="200" height="150" src="logo.svg"/>
The text was updated successfully, but these errors were encountered: