Title: Feed doesn&#8217;t scroll down
Last modified: November 23, 2017

---

# Feed doesn’t scroll down

 *  Resolved [DigitalMarty](https://wordpress.org/support/users/martinchillz/)
 * (@martinchillz)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/feed-doesnt-scroll-down/)
 * Hi,
 * I connected my Instagram account succesfully and the feed is displaying well 
   but I cannot scroll down and see more then 3 and a half pictures.. Please see-
   https://www.bigshow.lv/foto/
 * Can you help me out to fix this?
 * Regards,
    M
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeed-doesnt-scroll-down%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/feed-doesnt-scroll-down/#post-9717064)
 * Hey [@martinchillz](https://wordpress.org/support/users/martinchillz/),
 * It looks like your site is setting a fixed height on the page content area but
   it’s calculating the height before the Instagram feed loads, which means that
   it’s being set too short once the photos have loaded.
 * To force your page to recalculate the height after the feed has loaded, try adding
   the following to our plugin’s **Custom JavaScript** area (_Instagram Feed > Customize
   > Custom JavaScript_):
 * `$(window).trigger('resize');`
 * If that doesn’t work, then try adding a slight delay to it, like so:
 *     ```
       setTimeout(function(){
         $(window).trigger('resize');
       }, 1000);
       ```
   
 * Let me know whether that solves the problem for you, and I hope you’re having
   a good day!
 * John
 *  Thread Starter [DigitalMarty](https://wordpress.org/support/users/martinchillz/)
 * (@martinchillz)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/feed-doesnt-scroll-down/#post-9717639)
 * Hi,
 * Perfect, works now! Thanks!!
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/feed-doesnt-scroll-down/#post-9719577)
 * Awesome, glad to hear that Marty. Glad I could help!
 * John

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

The topic ‘Feed doesn’t scroll down’ is closed to new replies.

 * ![](https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807)
 * [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin](https://wordpress.org/plugins/instagram-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-feed/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/feed-doesnt-scroll-down/#post-9719577)
 * Status: resolved