I’ve created some images for my site with the following path:
/wp-content/themes/my-theme/images/my-image.png
I edited my sites HTML to include this image (and other’s like it). Now in my console I have a whole bunch of error messages:
Failed to load resource: the server responded with a status of 404 (Not Found) -
/wp-content/themes/my-theme/assets/images/my-image@2x.png
I looked up @2x and I found that it has to do with different pixel density images. But why is it even trying to find this image? I didn’t tell it to. Is this something wordpress does automatically? Do I have to create a @2x image for every image I add to my site? And why is it searching the assets folder?