Html – Setting the source of an image through javascript is not working
I'm using firebase storage to store some images, however, when I want to set the source of an <img> element to the corresponding URL, it just works on some images. This is the function I'm trying to implement: function setImgUrl…