nicinabox / superslides

A fullscreen, hardware accelerated slider for jQuery.
http://archive.nicinabox.com/superslides
MIT License
1.51k stars 443 forks source link

Small white space at bottom of fullscreen image slider #323

Open kc234 opened 9 years ago

kc234 commented 9 years ago

There is a small white space at the bottom of my fullscreen image slider despite width and height being set to 100%. Any ideas of how to get rid of it?

magic-77 commented 9 years ago

Hey, maybe you forgot to define some basic rules like:

body, html {
    height: 100%;
}
body {
    margin: 0px;
}
*, :after, :before {
  box-sizing: border-box;
}
kc234 commented 9 years ago

No. I'm using Bootstrap with container-fluid, so these rules are covered.

I'm not having this issue anywhere else on the site, just the containers where Superslides is used...?

magic-77 commented 9 years ago

Hey, a Link would be helpful. Otherwise it´s difficult to discover the issue