CSS width 100% height auto GTMetrix & Google Web.dev properly size images
问题 When using GTMetrix, the following CSS yields "Properly size images" and Google's Web.dev doesn't display "Displays images with incorrect aspect ratio" figure.dhero { position: relative; } figure.dhero::after { content: ''; display: block; overflow: hidden; height: 0; width: 100%; padding-bottom: 66.5492958%; } figure.dhero > * { position: absolute; top: 0; left: 0; max-width:100%; min-width:100px; min-height:100px; display: block; z-index: 2; } In contrast, GT Metrix doesn't display the