Chia is a leading modern-day wholefood that is valued for its nutrients. Grown in sun-soaked South America the seeds are extracted from the plant, cleaned and then packed in their raw state. When soaked in water or milk these tiny seeds can absorb approximately 10 times their weight and form a very versatile gelatine-like substance.
/* 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;
}
}