Help! Image names appear on hover

Hello,
Suddenly whenever I hover on an image on my website the image name shows up. This was not happening before and the only thing I have changed recently was adding cloudflare, so I am wondering if this might be caused by a specific setting? Here is a screenshot of me hovering on the logo, but it also happens throughout on all the products. Any help would be really appreciated.
Thanks!

Your page source looks like this:

image

For the HTML img tag, the “alt” attribute is the text the browser will show when hovering over the picture. The alt here is that file name, cropped-viyka.png. This isn’t something Cloudflare inserted (or can insert, as CF themselves don’t do DOM parsing/rewriting), this is something your website did.

4 Likes

This topic was automatically closed after 14 days. New replies are no longer allowed.