Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianaixba committed Nov 24, 2020
1 parent 2d32475 commit 2fb2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/image-size-responsive.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function isVisible(imageRect, viewportDimensions) {
*/
function isCandidate(image) {
const reqObjectFitProperties = ['cover', 'contain', 'scale-down', 'none'];
/** image-rendering solution for pixel art scaling.
/** image-rendering solution for pixel art scaling.
* https://developer.mozilla.org/en-US/docs/Games/Techniques/Crisp_pixel_art_look
*/
const reqPixelScaling = ['pixelated', 'crisp-edges'];
Expand Down

0 comments on commit 2fb2f39

Please sign in to comment.