Fable is the mushroom-based meat alternative that has the delicious taste and succulent texture of a slow-cooked "beef". Made from shiitake mushrooms, Fable's Meaty Pulled Mushroooms is meaty and umami, leveraging the nutritious benefits and natural flavours of mushrooms that help make meat so appealing.
Naturally high in fibre, vitamin D, a source of protein and low in sugar, Fable is proudly made from all natural, minimally processed whole food ingredients.
/* 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;
}
}