Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 20, 2023
1 parent 6231b55 commit 16f8c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/strong-islands-relax.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

**Fixed:** `<img>` elements are now considered as respecting their specified dimensions

`<img>` elements whose `width` or `height` is specified are now considered to respect it when computing their concrete dimensions (i.e., they rescale rather than overflow, independantly from the `overflow` property).
`<img>` elements whose `width` or `height` is specified are now considered to respect it when computing their concrete dimensions (i.e., they rescale rather than overflow, independently from the `overflow` property).

This is especially meaningful for tracking pixels with specified dimensions of 0 that are now correcly considered as invisible.
This is especially meaningful for tracking pixels with specified dimensions of 0 that are now correctly considered as invisible.

0 comments on commit 16f8c7b

Please sign in to comment.