Hide alt text when image is not loading

This commit is contained in:
Hans5958 2022-04-23 21:05:34 +07:00
parent 7196e47b0e
commit 8194e918f2

View file

@ -367,6 +367,7 @@ #image {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
font-size: 0
}
#highlightCanvas {