jquery.silver_track
jquery.silver_track copied to clipboard
Items are outer Viewport visible
Hey,
i followed your getting-started guide, but i can see the items that aren't in the viewport too... the rest seems to work
Do you included the overflow: hidden;
in the viewport class? Really strange that the items are displayed, you can paste your CSS here?
.view-port {
overflow: hidden;
}