=== Exact Dimension === Contributors: LiamHayettTags: browser dimensions, media queries, CSS Requires at least: 3.4 Tested up to: 3.6 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds an updating browser viewport width and height in pixels to the WordPress admin bar. == Description == This is a helper plugin that adds the width and height of the browser viewport to the WordPress admin bar. It also auto-updates as you resize the browser. Uses: * Checking media query breakpoints behave properly * Checking to see how your site looks at specific widths == Installation == The easiest way to install this plugin is through the admin area of your WordPress site. Simply search for 'Tanc Dimensions Helper' and install straight from there. Otherwise follow the simple steps below: 1. Download the zip file by clicking the link above. 2. Unzip the file on your computer. 1. Upload the whole folder `exact-dimensions` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Visit your site and enjoy! == Frequently Asked Questions == = I don't see it? = You have to be logged-in as an administrator level user. = I don't see it in the admin area? = Nope, not designed to be viewed here. == Screenshots == 1. Here is how it reports this information - top right of your WordPress admin bar when you are logged in as an administrator level user. == Changelog == = 0.1 = * Initial release