Skip to content

rleal/jPinify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This jQuery plugin is an experiment that tries to show several divs like famous Pinterest pin's page. Fixed width, flexible height and dinamic top position. Needs some improvements and examples, sorry.

An example html code to pinify

<div id="pinList" class="row">
    <div class="pin">
        <img src="[photoURL]">
        <p> You can put more content </p>
    </div>
    <div class="pin">
        <img src="[photoURL]">
        <p> You can put more content </p>
    </div>
</div>

About

jQuery plugin to do a list of items pinterest like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published