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

Unable to increase the height of slides #32

Open
mrpbennett opened this issue Sep 5, 2013 · 3 comments
Open

Unable to increase the height of slides #32

mrpbennett opened this issue Sep 5, 2013 · 3 comments

Comments

@mrpbennett
Copy link

Although adding height: 100% to the class .slide

.slide{
background-attachment: fixed;
width:100%;
height:100%; /* changed from auto */
position: relative;
padding:140px 0;
}

This doesn't seem to work, not sure if its my code or the framework. I have also attempted adding 100% height to the id #slide1 etc etc still no 100% height.

@gusma
Copy link

gusma commented Sep 9, 2013

Sorry, I'm a noob myself and could also use the help. Thanks!

@stefhe
Copy link

stefhe commented Nov 18, 2013

Instead of using height 100%, you can use height: 800px; or whatever height you like to the slide class. Should do the trick.

@mrpbennett
Copy link
Author

But surely this defeats the object of attempting to fit for all size screens? But i'll give it a go thank you

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

3 participants