nicinabox / superslides

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

slide images not filling the screen #343

Open thomsonson opened 9 years ago

thomsonson commented 9 years ago

Hi, first, much appreciating superslides, a great plugin!

I am having an issue with content height on the following site, example page here: http://fantasyhighstreet.org.uk/index.php?page=crystal-palace-2015

The menu on the left is contained in a Div which is overlaid on top of the slider and uses absolute positioning, so a vertical scrollbar appears if the window height cannot accommodate the height of the menu box. If one scrolls down, there is an ugly white space where the slide background image stops.

I have tried using fixed positioning for the menu div, however this results in no visible scroll bar and the menu box disappearing off the bottom of the window if it is not high enough.

Is there a way to have vertically- scrolled content which doesn't result in the slide images being cut off?

thanks!