There's everything to love about our delicious barista oat m*lk. It's been perfectly crafted for coffee with a silky micro-foam, it's low in fat and made with only organic, gluten-free British oats. We take only the best organic oats, blend them with water, a touch of coconut cream and a pinch of sea salt to make our delicious m*lk. Plus, we never add oils, gums or anything artificial. (Because that's not love).
/* 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;
}
}