Our coconut chips in its most classic variety - flakes of organic-certified Sri Lankan coconuts, tossed with French sea salt and baked till deliciously crunchy. That simple. No added fat, no added sugar, no artificial ingredients or flavour enhancers. Chips just got Bett'r, indeed.
/* 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;
}
}