### Features

#### Fetch the dominant color of an image

```twig
{{ asset(image_path)|dominant_color }}
# #F2D07F
```

[Documentation →](/documentation/templates/#dominant-color)

### Fix

- Try to apply responsive on image asset only
- Fix JSON internal templates

### Miscs

- Code enhanced
