Emmet Re:View is a small Google Chrome extension that finds responsive design breakpoints on your page and creates view for each breakpoint.
- 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 web-site for more info.
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.
This happens due to browser security restrictions (same-origin policy). Currently, there’s no workaround for this issue.
Re:View uses Gulp for building. Simply clone this repo and run
npm install
./node_modules/.bin/gulp
--- or ---
gulp