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:14:27 +02:00 committed by GitHub
parent b2cb65e942
commit 3e72660ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,7 @@ export default {
<style lang="scss">
.ds-card-image img {
max-height: 2000px;
object-fit: contain;
}
.masonry-grid {