#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.
#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);
});