Skip to content

empiricompany/bootstrap-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

bootstrap-debugger

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
  • breakpoint: bootstrap breakpoints @screen-lg, @screen-md, @screen-sm, @screen-xs
  • width: window.width()
  • height: window.height()
  • offsetTop: window.offsetTop()

Extra feature: Show grid overlay

GitHub Page: http://empiricompany.github.io/bootstrap-debugger

Example run on jsbin: https://output.jsbin.com/kipeya

Preview

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

For priority bug reports / suggestions and other questions find me directly on https://gitter.im/bootstrap-debugger/Lobby

About

A small piece of code to debug bootstrap responsive layouts. Example run on jsbin https://output.jsbin.com/kipeya

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors