bootsrap view only landscape

Solutions on MaxInterview for bootsrap view only landscape by the best coders in the world

showing results for - "bootsrap view only landscape"
Dina
19 Mar 2017
1@media (orientation:landscape) {
2    .hide-on-landscape {
3        display: none;
4    }
5}
6
7@media (orientation:portrait) {
8    .hide-on-portrait {
9        display: none;
10    }
11}
12
similar questions
queries leading to this page
bootsrap view only landscape