Our deliciously crunchy Rye Sesame Crispbreads are packed with heart healthy fibre. With no added yeast, these are crafted using only the simplest ingredients; organic rye flour, sea salt and sesame seeds to give a subtle nutty flavour. Use in place of bread and enjoy with your favourite toppings for a nourishing snack or light lunch.
/* 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;
}
}