Lion's mane is an edible mushroom that has a long history of use by traditional herbalists in Asia for the maintenance of general well-being. More recent scientific research suggests that certain constituents in lion’s mane may support neuronal health. NOW Lion's Mane uses the mushroom’s fruiting bodies, which have naturally occurring beta-glucans.
/* 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.