Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Created September 16, 2020 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottopolis/b29ebf47791a46d439946970e3d4c644 to your computer and use it in GitHub Desktop.
Save scottopolis/b29ebf47791a46d439946970e3d4c644 to your computer and use it in GitHub Desktop.
Replace image source with CSS
/* Works even if the image has no class or id */
img[src="https://mysite.com/my-image.jpg"] {
content:url("https://mysite.com/my-image-2.jpg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment