Opies Cornichons & Onion with mustard seeds for added sharpness then pickled in vinegar, really deliver on that tangy hit of flavour. Delicious as a low-calorie snack (all you need is a cocktail stick!) They also make a fantastic partner to cheese and ploughmans as well as the perfect salad-topper. Try our zingy cornichons and onions in our Miso Glazed Burger Stack or dipped into our Pickled Walnut Spiked Cheese Fondue!
/* 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;
}
}