Stepan Parunashvili
Stepan Parunashvili

Reputation: 2845

jscrollPane scrollbar doesn't appear on initial load

I'm using jscrollPane to showcase a portfolio of images. When initially loaded, the slider disappears. After reloading, it appears.

You can replicate the effect by visiting here (When you visit the first time, you see a group of three images, with no slider below it. When you reload it, you see that everything is loaded)

I think it might be because the images might take time to load, though I'm not sure what the cause could be.

What are your thoughts on this?

Upvotes: 1

Views: 243

Answers (1)

Stepan Parunashvili
Stepan Parunashvili

Reputation: 2845

The problem was with when I loaded jScrollpane. It's best practice anyways, but make sure to load jScrollepane at the end of you tag, not your tag

Upvotes: 1

Related Questions