jetpack-carousel-rtl.css
2 years ago
jetpack-carousel.css
3 years ago
jetpack-carousel.js
2 years ago
jetpack-carousel.php
2 years ago
readme.md
5 years ago
swiper-bundle.css
5 years ago
swiper-bundle.js
4 years ago
readme.md
11 lines
| 1 | # Carousel Swiper.js integration |
| 2 | |
| 3 | Currently the Jetpack carousel is using the Swiper.js library to provide the slider functionality. In order to reduce the bundle size of this library a custom build is used. |
| 4 | |
| 5 | ## How to generate a new custom build |
| 6 | |
| 7 | - Check out the https://github.com/Automattic/swiper repo |
| 8 | - Switch to the `jetpack-build` branch and follow the instructions on the readme |
| 9 | |
| 10 | ## ToDo |
| 11 | - Automate this process somehow |