Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .swiper-gl {
- position: relative;
- margin: 0 auto;
- max-width: 100%;
- overflow: hidden;
- }
- .swiper-gl .swiper-slide {
- position: relative;
- }
- .swiper-gl .swiper-gl-image {
- display: none;
- }
- .swiper-gl > canvas {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .swiper-gl-image {
- width: 100%;
- height: 100%;
- object-fit: cover;
- object-position: center;
- position: absolute;
- left: 0;
- top: 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement