You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
397 B
21 lines
397 B
.swiper-zoom-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
.swiper-zoom-container > img,
|
|
.swiper-zoom-container > svg,
|
|
.swiper-zoom-container > canvas {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.swiper-slide-zoomed {
|
|
cursor: move;
|
|
touch-action: none;
|
|
} |