chiccaboom
chiccaboom

Reputation: 317

Is there a way to change the background image in inspect element?

I haven't really been able to find anything that shows how to change a background image in inspect element.

My background image is set like the following:

enter image description here

How can I change this background image in inspect element?

Upvotes: 1

Views: 25650

Answers (2)

iHerdHippo
iHerdHippo

Reputation: 51

Paste the image link in like:

background-image: url(http://vignette4.wikia.nocookie.net/someordinarygamers/images/a/a1/Sanic.gif/revision/latest?cb=20150624143958)

Then you need to uncheck the color of the background. It should work then.

Upvotes: 5

codeberri
codeberri

Reputation: 21

You should be able to click the background-image property value, "url(/images/rate.jpg)", and change the url to the desired image.

Upvotes: 1

Related Questions