Can't find background image -


i might bit dumb or something, can't find background image of site:

http://www.deineschatzkammer.com

can find or tell me how find easily? have searched chrome devtools , firebug , searched code gifs, jpgs , pngs... :(

it easy find background image. here 3 solutions how find using firebug (it works similar in chrome , firefox devtools):

  1. via css panel

    1. switch css panel.
    2. type jpg search field.
    3. hover matched url(...) see preview of image.
    4. if it's not right one, hit enter , repeat step 3.
  2. via html panel

    1. right-click background image , choose inspect element firebug context menu see element within html panel.
    2. switch style side panel.
    3. check whether 1 of rules contains background-image property.
    4. if there isn't background-image property containing related image, means element containing image overlayed 1 inspected. delete element pressing del on selected element or right-clicking , choosing delete element context menu. repeat step 3.
  3. via net panel

    1. enable , switch net panel.
    2. reload page.
    3. click on images filter.
    4. hover on each listed image find 1 you're searching for.

Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -