Use case or problem
Big images are rendered blurry in Edit Mode (see below for an example)
Proposed solution
This CSS snippet seems to fix it:
.cm-contentContainer .image-embed img {
image-rendering: -webkit-optimize-contrast;
}
Current workaround
Putting this in my obsidian.css
file.
Visible comparison
Left: with the snippet, right: without it.