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

Images from different containers are vertically aligned #149

Open
piotr-dobrogost opened this issue Jun 2, 2013 · 0 comments
Open

Images from different containers are vertically aligned #149

piotr-dobrogost opened this issue Jun 2, 2013 · 0 comments

Comments

@piotr-dobrogost
Copy link

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>
$('#banner-0, #banner-1').cycle();

makes both banners vertically aligned.

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