mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f81765b333
This commit adds a console warning in development mode if the ultimate rendered size of the image is much smaller than the dimensions of the requested image. In this case, the warning recommends adjusting the size of the source image or using the `rawSrcset` attribute to implement responsive sizing. PR Close #47082