Skip to content

Commit

Permalink
Merge pull request #106 from findify/FI-7916-liquid-default-grid-plac…
Browse files Browse the repository at this point in the history
…eholder-loading

fixed image height
  • Loading branch information
wolff95 authored Sep 2, 2024
2 parents 3ac1ad7 + c57a367 commit 2cfb488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/findify-content-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
}
.findify-content-card img {
width: 100%;
height: 100%;
object-fit: cover;
}

0 comments on commit 2cfb488

Please sign in to comment.