We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d1c06 commit 1322a26Copy full SHA for 1322a26
1 file changed
assets/css/lesson.scss
@@ -321,6 +321,12 @@ span.fold-unfold {
321
opacity: 0.5;
322
}
323
324
+/*
325
+ Force a pixelated rendering of images when original resolution is bigger than
326
+ the <img> viewport to avoid a blurring effect that makes it difficult to read the image.
327
+ This issue affects primarily Chrome based browsers (as of 2021).
328
+ See https://github.com/carpentries/styles/pull/636 for the original report and related links
329
+*/
330
img {
331
image-rendering: pixelated;
332
0 commit comments