GithubHelp home page GithubHelp logo

web5design / responsamania Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emehrkay/responsamania

0.0 3.0 0.0 60 KB

Bookmarklet to open the current website in new windows with different sizes

responsamania's Introduction

Make this an href:

javascript:var windows={'mobile 240x320':[240, 320],'mobile 320x480':[320, 480],'small tablet': [480, 640],'tablet - portrait':[768, 1024],'tablet - landscape':[1024,768]},i,url=window.location.href;for(i in windows){if(windows.hasOwnProperty(i)){var params=windows[i],win=window.open(url,i,'width='+params[0]+',height='+params[1]);win.document.title=i;}}

It will open several windows at different sizes to test the responsiveness of your website.

responsamania's People

Watchers

JT5D avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.