currently, there's a button to 'load more images' on an event page. Why? It seems to me that we should load all the images for a given event when loading the page; we can of course lazy-load more on scroll to not fetch a hundred images at once.
example

currently, there's a button to 'load more images' on an event page. Why? It seems to me that we should load all the images for a given event when loading the page; we can of course lazy-load more on scroll to not fetch a hundred images at once.
example