Keep images from distorting or getting cropped

Co-Authored-By: Alina Beck <alina.beck@mail.com>
This commit is contained in:
mattwr18 2019-10-14 19:13:00 +02:00 committed by GitHub
parent c45f63ffd9
commit b2cb65e942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,7 @@ export default {
.ds-card-image img {
width: 100%;
max-height: 2000px;
object-fit: contain;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;