I'm creating a blog with infinity scoll and a full-width featued image. When user scrolls to page's bottom, it load next post with ajax.
Now, I'm trying to add parallax in featured images, but it's not working when new posts loads. I've tried to run $(".parallax-window").parallax() just after loading new post, but parallax bugs and shows only 50% of featured images container's height.
I'm creating a blog with infinity scoll and a full-width featued image. When user scrolls to page's bottom, it load next post with ajax.
Now, I'm trying to add parallax in featured images, but it's not working when new posts loads. I've tried to run $(".parallax-window").parallax() just after loading new post, but parallax bugs and shows only 50% of featured images container's height.