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
Hello!
I'm initializing carousel like so: $('.owl-carousel').$carousel.owlCarousel({ items: 1, dots: false, margin: 5, loop: true, thumbImage: true, thumbs: true, });
At moment of initialization it have one image. Thumbinail is rendered OK.
I need to add image to owl. I'm doing it like so: $('.owl-carousel) .owlCarousel('add', '<div><img src="' + list.createFileUrl(file) + '"></div>') .owlCarousel('update');
After this, carousel updated OK, but thumbinails did not.
Is there any way to update thumbinails when item added to main owl.carousel?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello!
I'm initializing carousel like so:
$('.owl-carousel').$carousel.owlCarousel({ items: 1, dots: false, margin: 5, loop: true, thumbImage: true, thumbs: true, });
At moment of initialization it have one image. Thumbinail is rendered OK.
I need to add image to owl. I'm doing it like so:
$('.owl-carousel) .owlCarousel('add', '<div><img src="' + list.createFileUrl(file) + '"></div>') .owlCarousel('update');
After this, carousel updated OK, but thumbinails did not.
Is there any way to update thumbinails when item added to main owl.carousel?
Thanks.
The text was updated successfully, but these errors were encountered: