Vitamin D-2, or Ergocalciferol, is a vegetablebased form of Vitamin D that can help to maintain optimal levels of vitamin D in the body. Vitamin D enhances the uptake of calcium from the diet, is critical for bone health, and promotes dental 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.