mirror of
https://github.com/getzola/zola
synced 2024-12-12 21:32:29 +00:00
fix thumbnails sqaushing/stretching (#1711)
This commit is contained in:
parent
359de43587
commit
fac80b76ea
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Reference in a new issue