Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmetio/re-view
A Google Chrome extension for displaying responsive breakpoints view
https://github.com/emmetio/re-view
Last synced: 8 days ago
JSON representation
A Google Chrome extension for displaying responsive breakpoints view
- Host: GitHub
- URL: https://github.com/emmetio/re-view
- Owner: emmetio
- License: mit
- Created: 2014-06-19T15:47:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T16:07:29.000Z (over 8 years ago)
- Last Synced: 2024-10-29T22:37:58.977Z (15 days ago)
- Language: JavaScript
- Homepage: http://re-view.emmet.io
- Size: 1.63 MB
- Stars: 205
- Watchers: 12
- Forks: 21
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Emmet Re:View
Emmet Re:View is a small Google Chrome extension that finds responsive design breakpoints on your page and creates view for each breakpoint.
## Features
* Preview all responsive design breakpoints on a single page.
* Sync scrolling.
* Automatic viewport scaling for large views.
* Manual viewport scaling for fine-tuning previews.
* Online sharing of previews: show your colleagues and clients how your web-site * looks on different viewport widths.See [Emmet Re:View](http://re-view.emmet.io) web-site for more info.
## Troubleshooting
#### I see blank boxes instead of previews on my web-site
This may happen if you explicitly forbid your web-site to be displayed in iframes with `X-Frame-Options` meta tag or HTTP header. The only workaround right now is to remove this option. Future versions of Re:View extension may may automatically remove this option.
#### Sync scrolling is not working in online preview
This happens due to browser security restrictions (same-origin policy). Currently, there’s no workaround for this issue.
## Building
Re:View uses [Gulp](http://gulpjs.com) for building. Simply clone this repo and run
```
npm install
./node_modules/.bin/gulp
--- or ---
gulp
```