Skip to content

A small but cool script wraps website screenshots into browser window

Notifications You must be signed in to change notification settings

zvedenyuk/safarify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Safarify

A small but cool script wraps website screenshots into browser windows

Demo: http://emdigital.ru/demo/safarify/demo.html

Setup

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>

Use

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" />

About

A small but cool script wraps website screenshots into browser window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages