This deliciously rich Coconut Cream is a more concentrated, thicker version of our coconut milk, made by pressing fresh organic coconut meat. This tropical ingredient is the perfect dairy free alternative to cream and can be used in both sweet and savoury Oriental, Indian and Caribbean dishes. Coconut fat content 22%.
/* 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;
}
}