Forest Feast Orchard Prunes are grown in abundant plum orchards where the trees take between four to six years to bear fruit. The unique climate and growing conditions means they reach the perfect ripeness in August when they are harvested, pitted and slow dried to lock in their intense flavour and rich purple colour.
/* 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;
}
}