Skip to content

Commit

Permalink
fix(thumbnail): adjust wide images to fill instead of squish
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Mar 28, 2018
1 parent b0f8ca5 commit 54558c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/thumbnail/thumbnail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ ion-thumbnail {
ion-thumbnail img {
width: 100%;
height: 100%;

object-fit: cover;
}

0 comments on commit 54558c9

Please sign in to comment.