It may sound like a name from a cheesy sci-fi movie, but Xanthan Gum is actually a widely-used thickening agent. In fact, Xanthan is legendary for its ability to increase liquid viscosity with just a tiny amount, and is stable throughout a wide range of temperatures and pH. With Xanthan Gum, a little goes a long way.
NOW Real Food Xanthan Gum is an excellent addition to your favorite sauces and dressings due to its ability to prevent oil separation and to keep solid particles, such as spices, suspended. It lends a smooth texture to many foods, making it a desirable addition to recipes.
/* 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;
}
}
Choosing a selection results in a full page refresh.