Clearspring Gluten Free Organic Soya Chunks (also known as Textured Vegetable Protein or TVP) are a quick cook vegetarian protein which can be used in a multitude of recipes instead of meat. Soya beans are simply cold pressed to remove their oil content then steamed under pressure to form chunks and finally dried. With a tender yet substantial texture it is extremely versatile and will take on the flavour of whatever dish you are cooking.
/* 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;
}
}