use large instead of scaled image

This commit is contained in:
2023-04-26 09:38:31 +10:00
parent 4ebb07a79a
commit c6d318bbc3

View File

@@ -89,7 +89,8 @@ const handleLoad = async () => {
200
);
heroImageUrl.value = mediaGetVariantUrl(
postsData.posts[randomIndex].hero
postsData.posts[randomIndex].hero,
"large"
);
heroImageTitle = postsData.posts[randomIndex].hero.title;
heroSlug.value = postsData.posts[randomIndex].slug;