Will browser download image twice if it's used in both an image's src as well as a div's background-image?

前端 未结 3 388
粉色の甜心
粉色の甜心 2020-12-24 11:47

Due to reasons that are necessary but difficult to explain here I am setting both an absolutely positioned image as well as a background image on a div.

I want to ma

3条回答
  •  借酒劲吻你
    2020-12-24 12:34

    No, the browser will cache it. Depending on the user's setting however, the browser may request the image again the next time the page is requested, like for example, if the user clears their cache between page visits.

提交回复
热议问题