Skip to content

Commit

Permalink
Set thumbnail size for b-card-img-lazy component
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 8, 2023
1 parent d2aff76 commit 9815733
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ThumbnailCardMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ export default {
right: this.isList,
blankColor: "rgba(0, 0, 0, 0.125)",
width,
height
height,
// for b-card-img-lazy
"blank-width": width,
"blank-height": height
};
}
}
Expand Down

0 comments on commit 9815733

Please sign in to comment.