One image not showing in Firefox – drives me nuts
-
There is just one image not showing up on a page in Firefox – I am developing the website locally. Other browsers do show the image. Viewing the source code (in multiple browsers) everything is as it should be. But using Firefox’s developers tool there appears a strange string added in a css class:
class="size-thumbnail wp-image-261 caheljkxjnixvkblsulb"
And this doesn’t occur with all the other images, who are styled in the exact same way.
What I tried:
– Checked the files and the database, and there is no instance of “caheljkxjnixvkblsulb”.
– Removed, re-uploaded and re-inserted the image: same “caheljkxjnixvkblsulb” ocurrence, image not showing.
– Made a screendump of the image in Photoshop, and re-uploaded: same “caheljkxjnixvkblsulb” ocurrence, image not showing.
– Removing the string with php str_replace doesn’t work.
– Removed the class all together (including class=): now it insertsclass="caheljkxjnixvkblsulb"
What now?
- The topic ‘One image not showing in Firefox – drives me nuts’ is closed to new replies.