Display your screencaps in a mock browser window for presentations and UX mockups
- Download the css
- Include it in your project
- Wrap any
<img/>
tag with a.browser-mock
class to generate the browser styling
<img src="image1.png"/>
<div class="browser-mock">
<img src="image1.png"/>
</div>