Someone used a spoiler tag to blur a fun, but NSFW image.
The problem is that the image loads and displays unblurred until the image fully loads.
This kind of defeats the purpose.
Can we either have a NSFW tag that hides before fully working? Or have the spoiler tag hide content completely until after it can apply the blur filter?
Apparently, spoilers also don’t take effect when you click
the icon to see the post being replied to, and I’m going to guess if it
was quoted, expanding to see the full quote would have the same issue.
Couldn’t you simply div it invisible (actual display=“invisible” rather than “none” as invisible still loads the image) until the image is fully loaded and than change the visibility back on?
I think spoiler images shouldn’t even be loaded and instead they should have a placeholder which can be clicked to load.
This would be important for actual nsfw images as even if we make them harder to see or blocked entirely the image is still downloaded and if you’re at work it could be tracked on the network.
Ideally, spoiler images should blur immediately, but a separate NSFW tag for images should act differently and not even load until clicked, possibly with a confirm box.