mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Publication image adjust
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user