How do I create a static image with Shopify Hydrogen 2 / Remix #497
Answered
by
frehner
gideonchrapko
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
frehner
Feb 13, 2023
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gideonchrapko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
<Image/>
tag is meant specifically for working with Images that come from the Storefront API. If you're not using an image from the Storefront API, then you can use the native HTML<img>
tag instead.