Y
Hacker News
new
|
ask
|
show
|
jobs
by
mwrouse
3168 days ago
Why would noscript block a gif...? I'm going to have to take a closer look at how this website places the gifs there.
2 comments
PhasmaFelis
3167 days ago
There's quite a lot of news sites whose in-line static JPGs all vanish with NoScript. I really have no idea what people think they're doing these days.
link
qkls
3167 days ago
They use a static thumbnail image that is changed to a gif/webm when it loads.
link
pwg
3163 days ago
Because the gif's are not included using basic <img> tags, but instead they are inserted by javascript code. As to why, I don't know why.
link