From 9815733d9a7c2b6ba8ca4cac3af2953196b370b7 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Mon, 8 May 2023 22:50:06 +0200 Subject: [PATCH] Set thumbnail size for b-card-img-lazy component --- src/components/ThumbnailCardMixin.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ThumbnailCardMixin.js b/src/components/ThumbnailCardMixin.js index d672c04ea..e005191e3 100644 --- a/src/components/ThumbnailCardMixin.js +++ b/src/components/ThumbnailCardMixin.js @@ -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 }; } }