Skip to content

Commit c7b2857

Browse files
matthewcarenul800sebastiaan
authored andcommitted
Update background size
Update background size property to `contain` so that the whole image shows (cherry picked from commit 215ef3d)
1 parent f1668c6 commit c7b2857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/views/components/blockcard/umb-block-card.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ umb-block-card {
5858
padding-bottom: 10/16*100%;
5959
background-color: @gray-12;
6060

61-
background-size: cover;
61+
background-size: contain;
6262
background-position: 50% 50%;
6363
background-repeat: no-repeat;
6464

0 commit comments

Comments
 (0)