When sensitivities to light, noises, or smells go straight to your head, don't hide in the dark—reach for the herbal support of Swanson Feverfew. Used as a health-promoting herb for more than 2,000 years, feverfew works to help keep you active and feeling your best.
/* 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.