The display: hidden set on your ![]()
element should be display: none. Also, bear in mind that users visiting your page with JavaScript disabled will never see the image, only the permanent loading message. You should use a gracefully degrading solution instead.