Files
dspace-angular/src/app/item-page/media-viewer/media-viewer-image/media-viewer-image.component.scss
2023-03-15 14:15:04 +01:00

21 lines
317 B
SCSS

:host ::ng-deep {
.ngx-gallery {
width: unset !important;
height: unset !important;
}
ngx-gallery-image {
max-width: 340px !important;
.ngx-gallery-image {
background-position: left;
}
}
ngx-gallery-image:after {
padding-top: 75%;
display: block;
content: '';
}
}