Skip to content

RayChang/jquery-bullseye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bullseye icon

jquery-bullseye

Making your picture absolute center, also scaling and cropping perfectly.

##How to Install

  1. Clone this repository via command line git clone https://github.com/RayChang/jquery-bullseye.git
  2. Install through Bower bower install jquery-bullseye --save
  3. Download zip file zip

##How to use Baisc HTML structure

<div class="element">
  <img src="yourImage.jpg">
</div>

Use HTML Data attribute

<div class="element" data-bullseye-image="yourImage.jpg"></div>

Programatically initialize with JavaScript

$('.element').bullseye();

##Default Options the default options is as follows:

fadeEffect: true
effectTime: 0.5

About

Making your picture absolute center, also scaling and cropping perfectly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published