Looking for specific slider plugin (height based on container or header)
-
Hello,
So I’ve been looking for the past couple of days for over 50 slider plugins and none seem to offer what I’m looking for. I’m almost at the state of trying to create my own slider, since none seem to work to what I want.
To summarize, I need a slider that when the user loads the page, the header is being shown and the slider occupies 100% of the rest of the screen.
Here’s how I think the slider should behave
- Can adjust based on browser’s width (tons of those)
- Doesn’t use the <img> html tag, instead CSS’s background
With that, I think I can do the CSS to:
- Calculate the height that the slider should have. This is based on browser’s window size minus the header size
I guess that if that’s not possible, maybe I can use a slider that occupies 100% of the browser’s window, and then I can draw the header above it, semi-transparent.
The topic ‘Looking for specific slider plugin (height based on container or header)’ is closed to new replies.