Our deliciously fruity Strawberry & Apple Puffcorn is a fun alternative to popcorn with no hard kernels. They come in light bite-sized puffs, are popped not fried and are made with 100% organic ingredients and with no artificial colours or flavours. A tasty snack for a family movie, lunchbox filler or on-the go.
/* 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;
}
}