Swapping an image during web development
Posted
by detly
on Stack Overflow
See other posts from Stack Overflow
or by detly
Published on 2010-06-02T02:07:46Z
Indexed on
2010/06/02
2:13 UTC
Read the original article
Hit count: 301
I'm trying to see what a certain webpage would look like if I replaced a certain image with another. Rather than upload the image, edit the site, etc, each time I tweak it, I'd like to know if there's a way to change the image in the page to my local version while viewing the remote page.
I use Firebug for debugging web development usually, but I'm open to any other tool that might do this.
(It is absolutely impossible to search for this and find anything but questions about dynamic image swapping on a deployed website, so sorry if this is a duplicate.)
© Stack Overflow or respective owner