"Treats don't have to be boring. Why let humans have all the fun food? Chew on the go or put your paws up and tuck in. However they're enjoyed, let our Chew Sticks entertain chew (we couldn't resist!). We've been told a solid 5 paws out of 5. You can thank us later.
This recipe is packed with responsibly sourced salmon, sweet potato, spinach and dill. Fishy and fancy! A bit like fine dining by the sea without getting your paws wet. "
/* 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;
}
}