optimize post cover image rendering

This commit is contained in:
Reorx 2022-05-31 00:24:17 +08:00
parent 3b964af770
commit f79aa51e05
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
border-radius: var(--radius); border-radius: var(--radius);
width: 100%; width: 100%;
height: auto; height: auto;
image-rendering: -webkit-optimize-contrast;
} }
.entry-cover a { .entry-cover a {