Autoscale height of content to height of page
-
I’am having a quite complicated issue.
I have a page lay out as specified below:<div id="headercontainer"> content </div> <div id="contentcontainer"> <slider>i'am a slider</slider> </div> <div id="footer" content </div>
The header is fixed to the top with a X height
In the content container is have a slider which is 100% width
The footer will follow the content to the bottom so when the slider gets to big in height it will push it down.Only on the mobile versions of the page i have the issue that the height of the slider is to small to push it down to the bottom.
Does anyone has a sugestions on how to autoscale the content to the page height?
- The topic ‘Autoscale height of content to height of page’ is closed to new replies.