hmans / pants

PANTS: Distributed Social Blogging.

Home Page:http://pants.social/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with broken images

hmans opened this issue · comments

Due to how #pants loads images from remote instances (that may not be online), we'll see broken images every now and then. Ideally, we'd prevent this; an earlier attempt to do this through Javascript unfortunately failed due to the differences in how different browsers deal with broken image events (see #5). A saner solution may involve moving avatar/etc. images into DIVs that load them as background images.