cajames / kirby-editor-gallery-block

A gallery block for the Kirby Editor
MIT License
61 stars 5 forks source link

fix: retry loading image if errored #11

Closed cajames closed 4 years ago

cajames commented 4 years ago

Sometimes when images are uploaded, the server hasn't had time to render the 1000px thumb images used in the editor and could result in a 500 response, especially for a large number of images.

The lazy-loading will handle making those requests for many images that aren't in the viewport, and this fix will retry those images which errored loading.

Few points: