Since launching in September 2017, the rest of our flatbread range has caused a storm in the free from world, with three high profile awards to its name in the last year. So we've expanded our Award Winning Flatbread range with a new member of the family - Caramelised Onion - which will be sure to tantalise your taste buds.
/* 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;
}
}