Skip to content

Commit

Permalink
Merge pull request #77 from findify/bug/FINDEV-1844-liquid-content-is…
Browse files Browse the repository at this point in the history
…sues

fixed image bug
  • Loading branch information
wolff95 authored Jun 18, 2024
2 parents cc0b205 + 2b08f67 commit 315715f
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions assets/findify-content-card.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
.adapt-content-img {
width: 100%;
aspect-ratio: 2/1;
object-fit: cover;
}

.content-fallback-img {
background: #f9f9f9;
display: flex;
justify-content: center;
align-items: center;
}

.findify-rating-container {
align-items: center;
display: flex;
gap: 10px;
}
.adapt-content-img {
width: 100%;
aspect-ratio: 2/1;
object-fit: cover;
}

.content-fallback-img {
background: #f9f9f9;
display: flex;
justify-content: center;
align-items: center;
}

.findify-rating-container {
align-items: center;
display: flex;
gap: 10px;
}
.findify-content-card img {
width: 100%;
}

0 comments on commit 315715f

Please sign in to comment.