show large images

This commit is contained in:
2023-04-27 13:35:02 +10:00
parent e2dee426bf
commit 0a956e1fc5

View File

@@ -102,7 +102,7 @@ const handleLoad = async () => {
backgroundImageUrl.value = mediaGetVariantUrl(
article.value.hero,
"medium"
"large"
);
applicationStore.setDynamicTitle(article.value.title);
} else {