respimagelint icon indicating copy to clipboard operation
respimagelint copied to clipboard

Add check for correct width/height attributes

Open ausi opened this issue 4 years ago • 0 comments

  • should always be present on the <img>
  • should be present on <source> if the aspect ratio is different from <img>
  • should match the actual aspect ratio of the image file(s)
  • should match exactly for <img>s and <source>s that have no sizes attribute

ausi avatar Mar 09 '21 18:03 ausi