mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Keep images from distorting or getting cropped
Co-Authored-By: Alina Beck <alina.beck@mail.com>
This commit is contained in:
parent
b2cb65e942
commit
3e72660ed8
@ -192,6 +192,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.ds-card-image img {
|
||||
max-height: 2000px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.masonry-grid {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user