Skip to content

ImperdibleSoft/coverflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Cover Flow

HTML Cover Flow is an Apple's Cover Flow recreation based on HTML, CSS3 and JS.

It is compatible with Google Chrome and Firefox, and you can use it no matter what framework you are using.

Just create the slider container, and the wrapper for the images, like this:

<div class="cf-slider" > <div class="cf-wrapper"> </div> </div>

Then, simply add your image (surrounded by 2 Divs) to the wrapper, like this:

<div id="1" class="cf-square" > <div> <img src="images/myimage1.jpg" /> </div> </div> <div id="2" class="cf-square" > <div> <img src="images/myimage2.jpg" /> </div> </div>

About

A small image gallery on coverflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published