obihill / restive.js

a designer-friendly jQuery toolkit for responsive Web design

Home Page:http://www.restivejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get breakpoint width without scrollBar

franzeiriks opened this issue · comments

Is it possible to get the viewport width calculated without scrollBars when i define my breakpoints in html

You could always substract the scrollbar width from the viewport width provided by restive.js when you're in a desktop environment. There is no specific option for this at the moment.