-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
48 lines (26 loc) · 2.14 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== WordPress Responsive Preview ===
Contributors: jordesign
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: design, responsive, preview, browser, width, adaptive
Requires at least: 3.1
Tested up to: 3.4
Preview your site at random page widths to test your Responsive design.
== Description ==
=Preview your site at random page widths to test your Responsive design.=
WP Responsive Preview provides an additional previewing options for your site. Loading a Responsive Preview will load the page in a flexible framework at a random width, helping you see how your page looks at different widths. It also lets you re-randomise the width quickly, to test multiple widths.
This plugin is based entirley on [ish. from Brad Frost][http://bradfrostweb.com/demo/ish/] - a great standalone tool for previewing your site at random widths. His post does the best job of explaining the reasoning behind ish. (and therefore WP Responsive Preview).
"The real reasons for this tool is to educate and to facilitate a mental shift. Many clients, designers and developers get hung up on specific device widths, which is why this tool doesn’t include any such language, device chrome or anything like that. Ish. helps keep everyone focused on making a design that looks and functions great at any resolution."
== Installation ==
1. Upload the 'wp-responsive-preview' folder to the '/wp-content/plugins/' directory
1. Activate the WP Responsive Preview plugin through the 'Plugins' menu in WordPress
1. Start Previewing!
== Frequently Asked Questions ==
= Why can't I preview at a set size? =
Targeting specific widths is fraught with danger. The number of new devices being released month by month means that there are no longer 'safe' screen widths to target. WP Responsive Preview (and ish. - on which it is based) deliberately randomise the screen width in order to see what the design looks like at the 'in-between' stages.
== Changelog ==
= 1.1 =
* Added a 'Responsive Preview' link to the Admin Bar.
* Tidied up a little code behind the scenes
= 1.0 =
* This is the first initial release to test the concept. Would love to know what you think.