How can you replace the src of an image that points to mjpeg?
- by user165623
I have an application that displays images from network cameras. The application will show multiple images on a single page. Each image container has a button on it that causes jQuery to scale that image up to fill a 64x480 div vs much smaller when multiple images are present.
I change the src in the image with jquery as you'd expect:
…