Our organic seeded breakfast rolls are naturally rich in fibre. Sunflower seeds, linseeds, and sesame seeds give added texture and nutrition to this versatile product. This certified gluten-free product addresses the growing demand for naturally gluten-free alternatives to traditional baked goods.
/* 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;
}
}