UNPKG

293 BSCSSView Raw
1.swiper-zoom-container {
2 width: 100%;
3 height: 100%;
4 display: flex;
5 justify-content: center;
6 align-items: center;
7 text-align: center;
8
9 > img,
10 > svg,
11 > canvas {
12 max-width: 100%;
13 max-height: 100%;
14 object-fit: contain;
15 }
16}
17
18.swiper-slide-zoomed {
19 cursor: move;
20}