Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

13 lines
340 B

  1. $(document).ready(function() {
  2. $("#gallery").ugallery({
  3. play_btn : "images/play.png",
  4. stop_btn : "images/stop.png",
  5. forward_btn : "images/right.gif",
  6. backward_btn : "images/left.gif",
  7. controls_vpos : 83,
  8. controls_fade_from : 0.6,
  9. controls_fade_to : 0.9,
  10. fade_duration : 300,
  11. autostart : true
  12. });
  13. });