a template for webcomic hosting intended for use with NeoCities, but it can be used virtually anywhere. created to be as user-friendly and feature-rich as possible while staying vanilla.
Hey-- I was helping someone use Rarebit for their neocities/webcomic. They wound up into an infinite loop complaining that the site was being janky.
I suspect it may be this line, where the error handler changes the img src, but if default.png hasn't been uploaded then it goes into an infinite loop.
Replacing it with a handler that detects this loop (if it errored on pgThumbDefault, dont bother setting the src again) may be the useful enhancement. Perhaps a useful console.error directing the artist to upload a pgThumbDefault.
Btw, awesome wario video-- I coincidentially found that a day before this bug.
Hey-- I was helping someone use Rarebit for their neocities/webcomic. They wound up into an infinite loop complaining that the site was being janky.
I suspect it may be this line, where the error handler changes the img src, but if default.png hasn't been uploaded then it goes into an infinite loop.
Chome dev console:
Replacing it with a handler that detects this loop (if it errored on pgThumbDefault, dont bother setting the src again) may be the useful enhancement. Perhaps a useful console.error directing the artist to upload a pgThumbDefault.
Btw, awesome wario video-- I coincidentially found that a day before this bug.