obihill / restive.js

a designer-friendly jQuery toolkit for responsive Web design
http://www.restivejs.com
MIT License
513 stars 113 forks source link

Initial Install > Results in console but no classes #25

Closed patowod closed 9 years ago

patowod commented 9 years ago

HI there,

your plugin sounds great and I went off implementing it the way described in the docs. Strangely I get console output via firebug but no classes are added to the body tag. Do you have any idea what I am missing?

Got my initial structure under this url so you can view the code directly: http://bit.ly/1DooXtV

I'd really appreciate a hint or two in the right direction. Thank you in advance, patowod

obihill commented 9 years ago

You haven’t defined a viewport meta tag.

On Mar 31, 2015, at 5:20 PM, patowod notifications@github.com wrote:

HI there,

your plugin sounds great and I went off implementing it the way described in the docs. Strangely I get console output via firebug but no classes are added to the body tag. Do you have any idea what I am missing?

Got my initial structure under this url so you can view the code directly: http://bit.ly/1DooXtV http://bit.ly/1DooXtV I'd really appreciate a hint or two in the right direction. Thank you in advance, patowod

— Reply to this email directly or view it on GitHub https://github.com/obihill/restive.js/issues/25.

patowod commented 9 years ago

Thanks a lot! @obihill
Adding < meta name="viewport" content="width=device-width, initial-scale=1" > to the head did the trick.