From c86ad6a6c135650fb55241b783f469ece89cce44 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 12 Jul 2021 16:50:47 +0200 Subject: [PATCH] Missing `px` units for the image dimensions --- com.woltlab.wcf/templates/boxArticleList.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/com.woltlab.wcf/templates/boxArticleList.tpl b/com.woltlab.wcf/templates/boxArticleList.tpl index 5e18cda15f..dd2e731616 100644 --- a/com.woltlab.wcf/templates/boxArticleList.tpl +++ b/com.woltlab.wcf/templates/boxArticleList.tpl @@ -36,6 +36,7 @@
+ style="height: {@$__wcf->getStyleHandler()->getStyle()->getCoverPhotoHeight()}px; width: {@$__wcf->getStyleHandler()->getStyle()->getCoverPhotoWidth()}px">
{/if} -- 2.20.1