Kallo Organic Lightly Salted Corn Cakes 130g Kallo Organic Lightly Salted Corn Cakes are a light alternative snack to Bread and crisps, made with 99.97% organic corn and a sprinkle of sea Salt. Add any of your favourite toppings and enjoy as a wholesome snack or a deliciously light meal.
/* 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;
}
}