A versatile cooking paste and condiment, Exploding with fiery chilis, garlic, tamarind, ginger and lemongrass, this paste adds Asian flavour and heat to any dish. Add to stir-fries and noodles, stir into scrambled eggs, marinate chicken or fish or blend into mayo for a dip.
/* 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;
}
}