jquery - jscrollpane gallery cutting off last image -
I am a web designer who changes a few photos to a new client in the horizontal scroll gallery on the existing web site. He mentioned that there is always no problem in the last pictures in his gallery, which is not always visible. If you refresh the page, it appears, but not when the page is initially loaded. Sometimes the last picture is completely lost, the second time it shows a small strip, but the rest is not cut until we refresh.
I have no experience with horizontal jscrolling galleries. I am trying to use Control ++ and I see the code paste in the body of this post, but I get an error. If there is something that you need to see in action, please be sufficient to answer and I will send you the URL. Thanks in advance for any help!
is required, but I'm sure somewhere you have 1 number less then it should be If you have something like [n] n, then 0 is offset. This means that you have placed 5 images in an array. The last photo can be seen as a picture [4] and no picture [5] because the arrays start counting at 0. However, if the array taking its length will be 5 because the count starts at length 1.
Please post link so that we can see the code.
Comments
Post a Comment