This beautifully indulgent flapjack evokes all the joy of a chocolaty snack, with absolutely none of the added sugar or artificial sweeteners. Packed with 9 different wholegrains, nuts and seeds, this is a guilt-free bar you can enjoy every 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;
}
}