Made using our signature blend of gluten free British jumbo oats and traditional porridge oats for a creamy texture with a bit of bite.
Enjoy them just as they are by simply adding hot water or take them to the next level by adding porridge toppings for a delicious breakfast on-the-go. This porridge is also high in fibre and a source of protein.
Ready in just 3 minutes, this satisfyingly filling porridge is the tastiest way to fuel your day.
/* 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;
}
}