Skip to content

liuhann/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeviceShell is a jquery plugin to provide device shell for any div in a laptop html pages. If your visit the page on mobile or pad, the content is auto set as full screened.

Basic Usage

<script type="text/javascript" src="js/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="js/deviceshell.js"></script>

$("#ipad").deviceshell({
    width: 800,
    type: 'ipad'
});

$("#iphone").deviceshell({
    width: 260
});

Device Shell Preview

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published