You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element Queries is a polyfill adding support for element based media-queries to all new browsers (incl. IE7+).
5
7
It allows not only to define media-queries based on window-size but also adds 'media-queries' functionality depending on element (any selector supported)
6
8
size while not causing performance lags due to event based implementation.
@@ -64,9 +66,6 @@ Issues
64
66
65
67
- So far does not work on `img` and other elements that can't contain other elements. Wrapping with a `div` works fine though (See demo).
66
68
- Adds additional hidden elements into selected target element and forces target element to be relative or absolute.
0 commit comments