Skip to content

ryan-shaw/jquery-quicklook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Quicklook

jQuery popup iframe plugin.

Usage

<a class='quicklook' href='http://placekitten.com/500/500'></a>

$('.quicklook').quicklook(options);

Options

action

String
Choices: hover, click
Popup on what action

autofit

Boolean
Default: false
If the popup is bigger than the screen resize to fit the screen.

height

Number
Default: 500

width

Number
Default: 500

bg_color

String
Default: #FFF

Standard Requirements

  • jquery >= 1.9.X

Dev Requirements

  • npm and node
  • grunt

Building

grunt

About

jQuery plugin for similar effect to OSX quick look feature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published