---
title: "Prevent images from bouncing on load with gem active_storage-blurhash"
author: "Yaroslav Shmarov"
date: "2024-08-24"
canonical_url: "https://blog.superails.com/prevent-bouncing-images"
markdown_url: "https://blog.superails.com/prevent-bouncing-images.md"
description: "I recently installed gem active_storage-blurhash. It stopped images from boucing on page load."
tags: ["blurhash","active-storage"]
license: "GNU AGPL v3. Credit Yaroslav Shmarov and link the canonical URL."
---

# Prevent images from bouncing on load with gem active_storage-blurhash

I recently installed [gem active_storage-blurhash](https://github.com/avo-hq/active_storage-blurhash). It stopped images from boucing on page load.

Before (content bounces while images load):

![image_tag-normal](https://blog.superails.com/assets/images/image_tag-normal.gif) 

After (no bounce):

![with-blurhash_image_tag](https://blog.superails.com/assets/images/with-blurhash_image_tag.gif)

🎁 Thanks [Avo](https://avohq.io/) for the wonderful gem!
