Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random images using json data file #29

Open
3dcases opened this issue Sep 20, 2013 · 0 comments
Open

random images using json data file #29

3dcases opened this issue Sep 20, 2013 · 0 comments

Comments

@3dcases
Copy link

3dcases commented Sep 20, 2013

Having used this carousel for many years and it has served me extremely well using a json file.

I have another use for it but i need the images to be random from the json file.
If anyone can tell me how to implement this I am happy to pay for the information
PLEASE HELP

here is the code i use at the moment
$.getJSON("../include/show_data.php", function (data) {
$("#head_slideshow").agile_carousel({
carousel_data: data,
carousel_outer_height: 347,
carousel_height: 347,
slide_height: 347,
carousel_outer_width: 513,
slide_width: 513,
transition_type: "fade",
transition_time: 1500,
timer: 4000
});
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant