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
I'm testing on a page with around 500-1500 profile icons (think like a list of contributors for a project). Each image/icon is around 100x100px in size. After they have loaded there are very sluggish open / close animations when one of the icons is clicked.
lightbox = new SimpleLightbox('.gallery-lightbox');
They are rendered through an ajax call and each image markup looks like this.
Once all are loaded through ajax a .refresh() action is triggered.
The text was updated successfully, but these errors were encountered:
I'm testing on a page with around 500-1500 profile icons (think like a list of contributors for a project). Each image/icon is around 100x100px in size. After they have loaded there are very sluggish open / close animations when one of the icons is clicked.
lightbox = new SimpleLightbox('.gallery-lightbox');
They are rendered through an ajax call and each image markup looks like this.
Once all are loaded through ajax a .refresh() action is triggered.
The text was updated successfully, but these errors were encountered: