This example is provided by the vendor. This is also included on purchased version!
You can easy edit any example using caption & transition editor.
Revolution Slider - one of the most powerful available sliders!
In Default mode the captions are aligned within the Grid. The Gird is always vertical and horizontal aligned when the slider container is bigger then the Grid startwidth and startheight size. Since some Fullscreen Demo needs the very far corners, we added this forceAlign option. For this simple initialise the slider with the following options:
<script type="text/javascript"> var revapi; jQuery(document).ready(function() { revapi = jQuery('.tp-banner').revolution( { delay:9000, startwidth:1170, startheight:500, hideThumbs:10, fullScreen:"on", fullScreenAlignForce:"on" }); }); </script>