Luke F
Well-known member
A reasonably common usage of spoiler tags is to make image-heavy posts/threads more accessible. However in the current XF implementation, images within spoiler tags are still loaded in the background.
It would be nice if spoiler html could be moved to a data attribute or similar and inserted into the dom on first toggle
I've implemented spoilers in this way on my forum without much bother, though it does make the issues mentioned here trickier to fix
It would be nice if spoiler html could be moved to a data attribute or similar and inserted into the dom on first toggle
I've implemented spoilers in this way on my forum without much bother, though it does make the issues mentioned here trickier to fix
Upvote
11