use large instead of scaled image
This commit is contained in:
@@ -89,7 +89,8 @@ const handleLoad = async () => {
|
|||||||
200
|
200
|
||||||
);
|
);
|
||||||
heroImageUrl.value = mediaGetVariantUrl(
|
heroImageUrl.value = mediaGetVariantUrl(
|
||||||
postsData.posts[randomIndex].hero
|
postsData.posts[randomIndex].hero,
|
||||||
|
"large"
|
||||||
);
|
);
|
||||||
heroImageTitle = postsData.posts[randomIndex].hero.title;
|
heroImageTitle = postsData.posts[randomIndex].hero.title;
|
||||||
heroSlug.value = postsData.posts[randomIndex].slug;
|
heroSlug.value = postsData.posts[randomIndex].slug;
|
||||||
|
|||||||
Reference in New Issue
Block a user