-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
What is my problem?? in second image carrousel is stop on chrome
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.js"></script> <script src="/share/slideshow/agile_carousel.alpha.js"></script> <script> $.getJSON("/share/slideshow/agile_carousel_data.php", function(data) { $(document).ready(function(){ $("#flavor_1").agile_carousel({ carousel_data: data, carousel_outer_height: 228, carousel_height: 228, slide_height: 230, carousel_outer_width: 480, slide_width: 480, transition_time: 300, timer: 4000, continuous_scrolling: true, control_set_1: "numbered_buttons", no_control_set: "hover_previous_button,hover_next_button" }); }); }); </script>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels