#app { height:100%; } .splash-screen { background: url(../modules/images/splash.png) center center no-repeat {{splashColor}}; background-size: cover; } @media (orientation: landscape) { .splash-screen { background: url(../modules/images/splash-landscape.png) center center no-repeat {{splashColor}}; background-size: cover; } }