Last Updated: February 25, 2016
·
1.164K
· bryanmikaelian

Make broken images show up in Firefox

One interesting thing in Firefox is it likes to hide broken images. This can be a problem as it might screw with your layouts. Here is the CSS rule to fix it:

img {
  -moz-force-broken-image-icon: 1;  
}