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
Hi, thanks for the awesome work, I am looking to play more than one slider on a single component, I tried by adding name and id but the 2nd slider get stuck on the second image. Can you please guide me the way to achieve it
Here is the code i used
`
Hi @irfanDC sorry for late answer but I can confirm that the problem exists. What I did was copying the same autoplayslider with same images in single component. After some time first slider stops on loading next image while second one works flawlessly. I've noticed that the problem comes from referencing the same images in both sliders(I guess that when one slider loads it, second one can't do it since it's read by another source). If you want to work around that problem your two sliders can't reference the same image. |
e.g. when I've left in slider1 images {1, 2} and in slider2 images {3, 4} problem didn't appear but If both slider1 and slider2 had images {1, 2, 3, 4} problem appeared.
I'm having the same issue. In my case I have 4 sliders on a single page, all with different images. The last slider is the only one that works, the others get hung up on the second image.
Hi, thanks for the awesome work, I am looking to play more than one slider on a single component, I tried by adding name and id but the 2nd slider get stuck on the second image. Can you please guide me the way to achieve it
Here is the code i used
`
id="screen_document1"
play={true}
bullets={false}
organicArrows={false}
media={this.docsImagesSlides(booth.booth_content[0].screen_document1)}
The text was updated successfully, but these errors were encountered: