Answers for "bootsrap view only landscape"

CSS
0

bootsrap view only landscape

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}
Posted by: Guest on August-29-2021

Browse Popular Code Answers by Language