Publication image adjust

This commit is contained in:
Peter Maquiran
2023-08-23 17:19:22 +01:00
parent 3d00f33d4c
commit 7280e5d494
10 changed files with 64 additions and 102 deletions
@@ -83,9 +83,14 @@
margin: 0 auto;
border-radius: 0px!important;
overflow: hidden;
background-color: white;
display: flex;
justify-content: center;
height: 420px;
}
.post-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
@@ -57,8 +57,8 @@ export class PublicationDetailPage implements OnInit {
setTimeout(() => {
try {
event?.target?.complete();
} catch(error) {}
event?.target?.complete();
} catch(error) {}
}, 2000);
}
@@ -138,9 +138,12 @@
height: 56.25vh !important;
border-radius: 0px!important;
overflow: hidden;
background-color: white;
display: flex;
justify-content: center;
}
.post-img img{
width: 100%;
height: 100%;
object-fit: cover;
}