We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This works (http://jsfiddle.net/emEE9/) :
<div id="banner-0"> <img src="http://www.google.com/logos/2013/potato_day_2013-1542005-hp.jpg"/> </div> <div id="banner-1"> <img src="http://www.google.com/logos/2013/childrens_day_2013-1516005-hp.jpg"/> <img src="http://www.google.com/logos/2013/childrens_day_2013-1517005-hp.jpg"/> </div>
$('#banner-0, #banner-1').cycle();
but this (http://jsfiddle.net/emEE9/1/):
<div id="banner-0"> <img src="http://www.google.com/logos/2013/childrens_day_2013-1516005-hp.jpg"/> <img src="http://www.google.com/logos/2013/childrens_day_2013-1517005-hp.jpg"/> </div> <div id="banner-1"> <img src="http://www.google.com/logos/2013/potato_day_2013-1542005-hp.jpg"/> </div>
makes both banners vertically aligned.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works (http://jsfiddle.net/emEE9/) :
but this (http://jsfiddle.net/emEE9/1/):
makes both banners vertically aligned.
The text was updated successfully, but these errors were encountered: