How to Art Direct images with Hydrogen Image Component

How to Art Direct images with Hydrogen Image Component

doughnut-hole
Shopify Partner
5 1 1

Hey, guys!

 

I have a quick question about Hydrogen Image Component.

https://shopify.dev/api/hydrogen/components/primitive/image

 

I'd love to know if there's a way to switch different two images based on a window width responsively with a Hydrogen Image Component (sort of an equivalent function with an srcSet or picture tag of normal HTML Images)?

 

 

// like this one below
<picture>
  <source media="(min-width:650px)" srcset="img_pink_flowers.jpg">
  <img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;">
</picture>

 

 

Thank you.

Replies 0 (0)