Chile Chipotle is a medium-hot, smoke-dried jalapeno chilli.
Small, thick-fleshed chipotle chillies are one of the most popular and well-known Mexican chillies, with a unique smokiness and depth of flavour that works particularly well with anything slow-cooked.
Deep maroon colour
Wrinkly + high flesh to skin ratio
Notes of: wood smoke + Molasses
/* 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;
}
}