A small but cool script wraps website screenshots into browser windows
Demo: http://emdigital.ru/demo/safarify/demo.html
The script uses jQuery. Include it as well as the script file. Add these lines to the head
of your webpage:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="safarify.js"></script>
All you need to do is just add class="safarify"
to the image you want to safarify
<img class="safarify" src="http://lorempixel.com/500/500" />