Can you stop an

后端 未结 5 1704
鱼传尺愫
鱼传尺愫 2021-02-18 21:43

Is there any way to stop an tag loading its image by just using CSS? I would like to avoid using JavaScript.

This doesn\'t seem to work (Firebu

5条回答
  •  渐次进展
    2021-02-18 21:53

    Place this at the end of your style sheet:

    * img { display: none !important; }
    

提交回复
热议问题