Prevent image downloading when it is hidden by css Prevent image downloading when it is hidden by css google-chrome google-chrome

Prevent image downloading when it is hidden by css


Interesting...

By the way, display none don't remove the element from the render tree, in the way that the :nth-child() still counting those display none elements in the render tree.

I guess Chrome just does not go into those elements.