mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Keep images from distorting or getting cropped
great explanation by @alina-beck Co-Authored-By: Alina Beck <alina.beck@mail.com>
This commit is contained in:
parent
3e72660ed8
commit
b605dd12c5
@ -201,7 +201,7 @@ export default {
|
|||||||
.ds-card-image {
|
.ds-card-image {
|
||||||
img {
|
img {
|
||||||
max-height: 2000px;
|
max-height: 2000px;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user