Clearspring Organic Agar Flakes are a high quality, vegan-friendly alternative to gelatine. They are perfect for creating delicious desserts, jellies and aspics. Free from chemical bleaching agents and organic, they are sourced from the luscious waters of the Atlantic. One teaspoon of agar flakes can set 250ml of liquid.
/* 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;
}
}