svub / responsive-ui-helper

Added CSS classes to the <html> tag (like Modernizer) about device orientation and screen size - makes it super simple to create beautifully responsive web UIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive UI Helper

Keeps track of

  • the rotation of the device
  • resolution (low, mid, high, hd),
  • also for vertical and horizontal resolution separately and updates the html tag's class attribute and properties of Meteor.responsive. The CSS classes are landscape-mode and portrait-mode, low-res, mid-res, high-res, and hd-res.

About

Added CSS classes to the <html> tag (like Modernizer) about device orientation and screen size - makes it super simple to create beautifully responsive web UIs

License:MIT License


Languages

Language:JavaScript 61.4%Language:CoffeeScript 38.6%