Orbit is an easy, powerful, responsive image slider that allows users to swipe on touch-enabled devices.
Standard usage:
<?php OrbitSlider(); ?>
Usage with parameters:
<?php OrbitSlider(“animation: ‘fade’; slide_number: false; bullets: false; timer_speed: 7000″,”large”); ?>
The first parameter sets the data-options in Orbit. See Zurb Foundation’s documentation on Orbit for parameters that can be used. The last parameter is the image size to use. This can be the built in WordPress image sizes eg thumbnail, medium, large, full or a custom size.