Hey there! I currently have an image in the img src="image" tag.
Is there a method within CSS to completely replace that image? I am unable to modify the JavaScript or HTML. I attempted using background-image, but the original image is still being displayed.
I also experimented with background-image, setting opacity to 0, and utilizing the img::before selector.