Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | jQuery(document).ready(function() { |
| 2 | revapi = jQuery('.tp-banner').show().revolution({ |
||
| 3 | delay: 1000, |
||
| 4 | startwidth: 1170, |
||
| 5 | startheight: 500, |
||
| 6 | hideThumbs: true, |
||
| 7 | fullWidth: "on", |
||
| 8 | fullScreen: "on", |
||
| 9 | touchenabled:"on", // Enable Swipe Function : on/off |
||
| 10 | onHoverStop:"on", // Stop Banner Timet at Hover on Slide on/off |
||
| 11 | fullScreenOffsetContainer: "" |
||
| 12 | }); |
||
| 13 | }); |