Skip to content

Commit

Permalink
remove explicit img sizing (initial value is auto)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harvey committed Apr 11, 2019
1 parent 1cbea07 commit c41ae4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions css/src/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,11 @@ select[multiple] > optgroup > option {
//++++++++++++++++++++++++++++++++//
// # EMBEDDED
//++++++++++++++++++++++++++++++++//
// [1] Correct squishing when one dimension changes
// [2] fluid images for responsive purposes
// [3] offset `[alt]` attribute text from surrounding copy
// [4] safer alternative to `display: block;`
img {
height: auto; width: auto; // COMBAK{FALLBACK}
max-width: 100%; // COMBAK{FALLBACK}
block-size: auto; inline-size: auto; // [1]
max-inline-size: 100%; // [2]
font-style: italic; // [3]
vertical-align: middle; // [4]
Expand Down

1 comment on commit c41ae4c

@chharvey
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit was reverted in dda6c7d

Please sign in to comment.