N-Acetyl Glucosamine (N-A-G) is a precursor to hyaluronic acid, which is part of the synovial fluid in joints.* N-A-G combines with mucin secreted from goblet cells to support the glycocalyx, a protective layer of glycoproteins and polysaccharides that lines the digestive tract.* N-A-G is an aminosaccharide, synthesized from glucose and the amino acid L-glutamine, that has been stabilized by complexing it to an acetyl group.
/* 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.