# Released Gatsby source plugin v2.4.0 with new Blurhash LQIP

[date: 2020-09-01T10:30:00.000+02:00]

Just a quick update to announce that we have finally made our famous [Blurhash-based LQIPs](https://www.datocms.com/blog/best-way-for-handling-react-images.md) available on our [Gatsby plugin](https://github.com/datocms/gatsby-source-datocms), replacing the classic “blur-up” technique used by everyone so far.

The improvement is evident, especially when the images are shown particularly large within the web page:

(Image content)

You don't need to make any code changes to your Gatsby project to get the enhancement, just upgrade the `gatsby-source-datocms` package using your packet manager of choice (npm or Yarn), making sure you are installing a version higher than or equal to 2.4.0:

Terminal window

```bash
npm update gatsby-source-datocms
yarn upgrade gatsby-source-datocms
```

Enjoy!