Repeater Index & Pagination

@ Ahmad Here is a 2 videos how more than 40items causes the problem:

Any ideas what can cause this?

The code i am using to open lightbox is:

item('#profileimg').onClick(() => {
    $w('#profileimg').hide();
    $w('#loadingGIF').show();
        wixWindow.openLightbox('LivewellProfile', data._id)
.then(() => { 
    $w('#loadingGIF').hide();
    $w('#profileimg').show();
});
 })

In the lightbox code:

$w.onReady(() => {
 let id = wixWindow.lightbox.getContext();
    $w('#datasetPersonal').setFilter(wixData.filter().eq('_id', id)).then(() => {
 })

I will have to delete these videos so maybe you can give your thoughts quickly :slight_smile:

Thanks