Jarrow Formulas IP6 contains 500 mg of purified Inositol Hexaphosphate (IP6) extracted from rice bran. IP6 is a phosphorylated form of inositol commonly found in fiber-rich plant foods. IP6 is a nutrient that supports immune health.
/* 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.