Closed csvoss closed 3 years ago
Sometimes Colab images rendered using show() are blurry when viewed in Firefox.
show()
This commit fixes this by updating the CSS in show() so that it uses image-rendering: pixelated; image-rendering: crisp-edges; for fallback Firefox compatibility.
image-rendering: pixelated; image-rendering: crisp-edges;
Sometimes Colab images rendered using
show()
are blurry when viewed in Firefox.This commit fixes this by updating the CSS in
show()
so that it usesimage-rendering: pixelated; image-rendering: crisp-edges;
for fallback Firefox compatibility.