Our NEW gluten free Oaties are the dunkable, crumbly and syrupy cuppa companion you've been waiting for! Made with wholegrain oats they have a delicious burst of natural oat flavour, and they're high in fibre too.
We've compared Oaties to over 100 sweet gluten free biscuits, and the good news is they contain 45% less sugar than the average of all of those biscuits.
/* 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;
}
}