Clearspring Agar Flakes, known as "kanten" in Japanese, are a high quality vegetarian alternative to gelatine for making desserts, jellies and aspics. They are traditionally made from sea plants in Japan. They have a neutral flavour and are free from any bleaching chemical or softening agents.
/* 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;
}
}