Skip to content

Commit

Permalink
Merge pull request #30 from larrybotha/fix/image-heights
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha authored Dec 10, 2021
2 parents 7a0a52c + c9598fd commit 1a8f7ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scss/core/global/_images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
*/
img, embed, object, video {
max-width: 100%;

&:not([height]) {
height: auto;
}
height: auto;
}

/**
Expand Down

0 comments on commit 1a8f7ad

Please sign in to comment.