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
@@ -20,7 +20,7 @@
<ion-slides style="width: 100%; height: 100%;" [options]="sliderOpts">
<ion-slide>
<div class="swiper-zoom-container" >
<div style="overflow: scroll; width: 100%; height:100%;">
<div style="overflow: scroll; width: 100%; height:100%;" class="d-flex justify-center">
<img src="{{image}}">
</div>
</div>
@@ -58,11 +58,12 @@
overflow: auto !important;
.media-content{
height: fit-content !important;
height: 100% !important;
overflow: auto !important;
img{
width: fit-content !important;
height: 100% !important;
max-height: 500px;
}
}
}
@@ -72,6 +73,12 @@
.media {
.media-content{
height: 100% !important;
img{
width: fit-content !important;
max-height: 555px;
}
}
}
}