contao-module contao-mediaquery
Contao library that sets an cookie via javascript to check browser viewport dimension in php.
heimrichhannot/contao-mediaquery
Contao library that sets an cookie via javascript to check browser viewport dimension in php.
- Friday, September 18, 2015
- by digitales@heimrich-hannot.de
- Repository
- 6 Watchers
- 1 Stars
- 27 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Contao library that sets an cookie via javascript containing browser dimension to check browser viewport dimension in php., (*1)
Currently supported
- width/max-width/max-device-width check
- height/max-height/max-device-height check
For detailed usage check 'HeimrichHannot\MediaQuery\ViewportTest.php'., (*2)
Usage
\HeimrichHannot\MediaQuery\Viewport::matchQuery('(min-width: 800px and max-width: 1300px)');
Will return true if current browser dimension is between 800px and 1300px, otherwise false., (*3)