Skip to content

Display your screencaps in a mock browser window for presentations and UX mockups using just CSS

License

Notifications You must be signed in to change notification settings

coltonbrwn/browser-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browser-mock

Display your screencaps in a mock browser window for presentations and UX mockups

  1. Download the css
  2. Include it in your project
  3. Wrap any <img/> tag with a .browser-mock class to generate the browser styling

Example:

<img src="image1.png"/>

plain

<div class="browser-mock">
  <img src="image1.png"/>
</div>

mock

About

Display your screencaps in a mock browser window for presentations and UX mockups using just CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages