You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: