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.
image-rendering
crisp-edges
1 parent 8d6940b commit 1c56a27Copy full SHA for 1c56a27
src/styles/explore.scss
@@ -216,11 +216,15 @@ qc-explorer {
216
font-weight: 600;
217
font-size: 12.5px;
218
}
219
+
220
img {
- object-fit: contain;
221
width: 100%;
222
height: 100%;
223
224
background-color: white;
225
226
+ object-fit: contain;
227
+ image-rendering: crisp-edges;
228
229
230
src/styles/zoom.scss
@@ -18,7 +18,9 @@ qc-zoom {
18
19
20
21
22
object-fit: cover;
23
24
25
26
0 commit comments