Banana blossom is a large tear shaped fruit that grows at the end of a banana fruit cluster. It's recently been acclaimed as the next best vegan meat substitute. Similar to Jackfruit, also originating from South East Asia, It has a neutral flavour with a chunky and flaky texture, perfect for creating vegan fish and chips. This fibrous and nutritious fruit can be added to curries, stir fries and lots more!
/* 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;
}
}