vminpoly
vminpoly copied to clipboard
A polyfill for CSS units vw, vh & vmin and now some media queries to boot. Works in IE5.5 and Opera Mini
When I use: ``` Modernizr.load([{ test : Modernizr.cssvhunit, nope : 'stc/js/default/vimpoly.min.js', }]); ``` [Modernizr code](http://modernizr.com/download/#-teststyles-css_vhunit-load) Only works when opera 12 and never on the browser of Android 4.1
My web page makes use of a couple of Google fonts which are referenced using `link` tags: ``` html
- adds a function `stripVendorPrefix(name)` that checks for and removes vendor prefixes - uses said function to remove vendor prefixes from at-rules to ensure fillType is correctly set
Hi _Caniuse.com_ shows more unsupported platforms, eg Andriod browser http://caniuse.com/viewport-units Will this correct those issues. and what about previous bb and ie mobile versions?
Unfortunately does not solve the horrible vh issue in iOS devices.
There is an closure error in the code, if there are many css link, it may work incorrect. ``` for (_i = 0, _len = links.length; _i < _len; _i++)...
Not to be a total mooch but I'm interested in using this on a project and wondered if you'd abandoned this plugin or intended to do more work on it....
i wish to use this for commercial project... could you please provide licence.txt
Hi, parsing of my mediaQuery ist not working! How can i fix this? @media only screen and (max-width: 320px) { .. }