aem-core-wcm-components
aem-core-wcm-components copied to clipboard
[Image] SVG images lack width and height attributes
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"/>
@adobe export issue to Jira project SITES as Bug
:white_check_mark: Jira issue SITES-7426 is successfully created for this GitHub issue.