Jackfruit is a versatile plant-based ingredient known for its unique texture and mild taste. It will take on any flavour and seasoning it's paired with: try making tender pulled jackfruit with Clearspring Teriyaki Sauce, or stir the chunks with aromatic spices to create a delicious vegan curry.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}