heimrichhannot/contao-mediaquery

Contao library that sets an cookie via javascript to check browser viewport dimension in php.

1.1.0 2020-01-16 16:06 UTC

This package is auto-updated.

Last update: 2024-04-17 01:27:33 UTC


README

Contao library that sets an cookie via javascript containing browser dimension to check browser viewport dimension in php.

Currently supported

  • width/max-width/max-device-width check
  • height/max-height/max-device-height check

For detailed usage check 'HeimrichHannot\MediaQuery\ViewportTest.php'.

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.