The pineapple (Ananas comosus) is a well-known exotic plant, its popularity is mostly due to the delicious taste of its fruit. On the other hand, it also has many possible uses thanks to the active ingredients that can be extracted from its fruit or stem. One of these active ingredients is bromelain, which contains a complex mixture of protein-degrading enzymes and proteases.
Plant-derived protein-degrading enzyme
/* 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.