Use object-fit: contain to show full images in gallery grid
All checks were successful
Docker / build (release) Successful in 8s
All checks were successful
Docker / build (release) Successful in 8s
This commit is contained in:
parent
7319a738f4
commit
e630494543
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
.photo-item img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue