Title: Replace infinite scroll loader
Last modified: August 22, 2016

---

# Replace infinite scroll loader

 *  Resolved [AM77](https://wordpress.org/support/users/andy277/)
 * (@andy277)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/replace-infinite-scroll-loader/)
 * Does anyone have any idea how to replace that infinite scroll loader gif/script.
   I have my own gif I would like to replace it with.
 * I have the theme support code, does it go in the array:
 *     ```
       add_theme_support( 'infinite-scroll', array(
       	'#####' 		=> '####',
       ) );
       ```
   
 * Any help appreciated
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [11 years, 7 months ago](https://wordpress.org/support/topic/replace-infinite-scroll-loader/#post-5385374)
 * When declaring Infinite Scroll support in your theme (though the function you
   mentioned above), you can add a `click_handle` parameter, as explained [here](https://github.com/Automattic/jetpack/blob/3.1.1/modules/infinite-scroll/infinity.php).
 * > boolean to enable or disable rendering the click handler div. If type is click
   > and this is false, page must include its own trigger with the HTML ID `infinite-
   > handle`.
 * So If you set `type` to `click` and `click_handle` to `false`, you’ll be able
   to use your own spinner, and it will work if you give that spinner the `infinite-
   handle` HTML ID.
 * I hope this helps.
 *  Thread Starter [AM77](https://wordpress.org/support/users/andy277/)
 * (@andy277)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/replace-infinite-scroll-loader/#post-5385533)
 * Hi Jeremy, I thought I replied to this a few months ago.
 * Thanks for this it works.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Replace infinite scroll loader’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [AM77](https://wordpress.org/support/users/andy277/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/replace-infinite-scroll-loader/#post-5385533)
 * Status: resolved