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

Fails if there is only one image for rotation #316

Open
mladenp opened this issue Mar 21, 2016 · 1 comment
Open

Fails if there is only one image for rotation #316

mladenp opened this issue Mar 21, 2016 · 1 comment

Comments

@mladenp
Copy link

mladenp commented Mar 21, 2016

If there is only one image used for rotation that image is used for placeholder until all other images are loaded. But if that's the only image that exist it gets hidden and replaced with blank.gif and nothing is shown.

@khadkamhn
Copy link

khadkamhn commented Dec 23, 2016

I found solutions! In jquery, It must be define image path otherwise it won't reconize, e.g.

$('.reel').reel({
	suffix:'',
	images:'content/img/360/#.png|1..10',
	responsive:true
});

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

2 participants