Giter Site home page Giter Site logo

moo-pin's Introduction

MooPin - A Mootools Column Grid Plugin

MooPin is a small MooTools plugin to create Column grid as seen in Pinterest. It can be used to create a column grid for infinite scroll. It been inspired from Wookmark Jquery Plugin.

How to Use

Basic Configuration

Html Code:

#HTML

<div class="main" id="main">
    <div class="tiles">
        <div class="item"><img src="../assets/sample-images/image_1.jpg" width="200" height="283"><p>1</p></div>
        <div class="item"><img src="../assets/sample-images/image_2.jpg" width="200" height="300"><p>2</p></div>
        <div class="item"><img src="../assets/sample-images/image_3.jpg" width="200" height="252"><p>3</p></div>
        <div class="item"><img src="../assets/sample-images/image_4.jpg" width="200" height="158"><p>4</p></div>
        <div class="item"><img src="../assets/sample-images/image_5.jpg" width="200" height="300"><p>5</p></div>
        ......
        ......
        ......            
	</div>
</div>

Snippt of Javascript Code:

#JS

    var pins = new MooPin({
        container   : 'main'
    });

Events

  • onWindowResize : fires after the window is resized
  • onRender : fires after the content is rendered on the screen

Testing

Tested On Chrome(37+), Firefox(32+)

I have not tested on any other browsers, please let me know on which browsers its not working. Or you can fork the Plugin and request a merge request.

Contibution

Please Contribute or suggest changes.

moo-pin's People

Contributors

dsiddharth2 avatar sidatapra avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.