Title: Problem with Gridly
Last modified: August 21, 2016

---

# Problem with Gridly

 *  [pocopocoqjp](https://wordpress.org/support/users/pocopocoqjp/)
 * (@pocopocoqjp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-gridly/)
 * Hello,
 * I have been customizing the free template “Gridly”. When I put .gif animation,
   the jquery “masonry” doesn’t work perfectly. The thumbnails overlap with their
   lower thumbnails. Sometimes it works well…
 * [http://shin.s351.xrea.com/test.usaginingen.com/wordpress02/](http://shin.s351.xrea.com/test.usaginingen.com/wordpress02/)
 * Could anyone give me a hand? Thanks a lot.
    pocopocoqjp

Viewing 1 replies (of 1 total)

 *  [thaneh](https://wordpress.org/support/users/thaneh/)
 * (@thaneh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-gridly/#post-4045621)
 * Usually misplaced masonry bricks are due to assigning positions before images
   are loaded–then when the images finally appear, they occupy more space than masonry
   accounted for.
 * Just make sure the images within your $container are loaded before calling masonry:
 *     ```
       $container.imagesLoaded( function(){
       	$container.masonry({
       		// etc...
       		}
       	});
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Problem with Gridly’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [thaneh](https://wordpress.org/support/users/thaneh/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-gridly/#post-4045621)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
