Advertisement
vitareinforce

swiper-gl-css

Jan 19th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .swiper-gl {
  2. position: relative;
  3. margin: 0 auto;
  4. max-width: 100%;
  5. overflow: hidden;
  6. }
  7. .swiper-gl .swiper-slide {
  8. position: relative;
  9. }
  10. .swiper-gl .swiper-gl-image {
  11. display: none;
  12. }
  13. .swiper-gl > canvas {
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .swiper-gl-image {
  21. width: 100%;
  22. height: 100%;
  23. object-fit: cover;
  24. object-position: center;
  25. position: absolute;
  26. left: 0;
  27. top: 0;
  28. }
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement