I'm trying to create an image slideshow with a fixed ratio of 4:3, filling the whole viewport on a website with a fixed height header of 80px. How can I accomplish this?
This question is pretty close, but it's lacking the fixed header.
Any help?
The layout should be:
 -------------------------------------      -
| Header: height = 80px, width = 100% |     |
 -------------------------------------      |
    |          Main div           |         > Total height = 100%
    |      Fixed ratio = 4:3      |         |
    |          Centered           |         |
     -----------------------------          -
|------------------v------------------|
           Total width = 100%
 
     
    