Skip to content

YettiPowered/Responsive-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Responsive Test

A quick way to see your website at different sizes.

This should not replace your usual testing of a responsive website, it is to give you a quick view of a website at common sizes.

##Usage instructions

  1. Add this JavaScript to your site (optional):
    <script>
    window.onload = function() {
        var url = location.href;
        
        parent.postMessage(url, '*');
    };
    </script>
  1. Visit the Responsive Test page and type your URL into the box.
    Each frame will then load your site, you can then click around within the frames.
    If you added the JavaScript above, each frame will update as a new page is loaded.

About

A quick way to see you site at different sizes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published