Cultivated on the sun-baked sierras of South America, Chia Seeds are potent little bundles of energy, Omega 3, fibre and protein that have been used as an essential ingredient for centuries. The Aztec warriors fuelled their conquests by mixing the seeds with corn to make an energy-packed flatbread.
/* 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;
}
}