%FORMFACTOREXTRALARGE meta-HTML element
Description
Use the %FORMFACTOREXTRALARGE variable to return the ceiling (the maximum device width in physical pixels) defined in the web server's browscap file for the extra large form factor as an Integer.
Note:
Use this variable in media queries in free form style sheet definitions only.
Example
@media only screen
and (max-width:%FORMFACTORMEDIUM)
{
.psc_columnitem-1of2,
.psc_columnitem-2of2,
.psc_columnitem-1of3,
.psc_columnitem-2of3,
.psc_columnitem-3of3
{
float:none;
width:auto;
display:block;
}
}