Skip to content
Vinicius Reif Biavatti edited this page Jan 3, 2021 · 2 revisions

Description

The media classes are used to define when the element will appear or disappear by the screen size. It is used for responsive control of the application. The available media classes are:

Class Small (<= 600px) Medium (<= 992px) Large (<= 1200px) Extra Large (> 1200px)
.hide-on-small-only Show Show Show
.hide-on-small-and-down Show Show Show
.hide-on-med-and-down Show Show
.hide-on-med-and-up Show
.hide-on-med-only Show Show Show
.hide-on-large-only Show Show
.hide-on-extra-large-only Show Show Show
.show-on-extra-large Show
.show-on-large Show Show
.show-on-medium Show
.show-on-small Show
.show-on-medium-and-up Show Show Show
.show-on-medium-and-down Show Show
Clone this wiki locally