• Resolved DigitalMarty

    (@martinchillz)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey @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

    (@martinchillz)

    Hi,

    Perfect, works now! Thanks!!

    Plugin Author smashballoon

    (@smashballoon)

    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.