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.
13 lines
340 B
13 lines
340 B
$(document).ready(function() {
|
|
$("#gallery").ugallery({
|
|
play_btn : "images/play.png",
|
|
stop_btn : "images/stop.png",
|
|
forward_btn : "images/right.gif",
|
|
backward_btn : "images/left.gif",
|
|
controls_vpos : 83,
|
|
controls_fade_from : 0.6,
|
|
controls_fade_to : 0.9,
|
|
fade_duration : 300,
|
|
autostart : true
|
|
});
|
|
});
|