Skip to content

foolsh/Mobile-Emulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Mobile Emulator A simple Mobile Emulator to showcase urls in a mobile form, it's great for showing clients how a site will look on mobile without showing them on a tiny screen.

See it in action!

A success modal

#Usage

Simply change the url, You only need to worry about the set_url.js file which looks like this...

$( document ).ready(function() {
	//Set your url below here ↴
	var url = "http://www.heyimrm.co.uk";
 	$('#website').prop('src', url);
});

About

A simple HTML Mobile Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 64.8%
  • JavaScript 19.4%
  • CSS 15.8%