Skip to content
empiricompany edited this page Mar 24, 2014 · 1 revision

A small piece of code to debug bootstrap responsive layouts.

This is only a stupid piece of code to debug responsive layouts based on bootstrap framework. The script add a simple overlay box with basic info that update on resize and scroll events:

version: bootstrap version 2.x or 3.x
break-point: bootstrap break point @screen-lg, @screen-md, @screen-sm, @screen-xs
width: window.width()
height: window.height()
offsetTop: window.offsetTop()

Credits to detect breakpoints: http://stackoverflow.com/questions/14441456/how-to-detect-which-device-view-youre-on-using-twitter-bootstrap-api

Clone this wiki locally