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 have a slideshow using Slick within a div. I selected that div for the parallax effect using your plugin. I added the data bindings.
Now, my slideshow images disappeared, pushed downward. When I enable "WrapContent" my images show like the should, but now they're being parallaxed too.
The text was updated successfully, but these errors were encountered:
I have same problem too. I'm not using any plugins except jQuery and Twitter Bootstrap. All components inside wrapper are pushed downward and cannot see anymore.
I'm having the same issue, content just disappears when "WrapContent" is disabled.
Positioning the content inside as absolute solves the problem. Just put your content inside a div and give that div "position: absolute;" on your CSS. Make sure the main container is set to "position: relative;".
I have a slideshow using Slick within a div. I selected that div for the parallax effect using your plugin. I added the data bindings.
Now, my slideshow images disappeared, pushed downward. When I enable "WrapContent" my images show like the should, but now they're being parallaxed too.
The text was updated successfully, but these errors were encountered: