The Almond Cranberry Granola Bar is a healthy, versatile snack for busy days and long trips. Our granola bars are suitable for the whole family, and are packed with nature's finest ingredients without additives or preservatives. They're an excellent option for when you need a quick snack, but want something healthy.
/* 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;
}
}