Views WaterFall Display
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Introduction
This adds a new display style to views called "WaterFall". Similar to how you
select "HTML List" or "Unformatted List" as display styles.
This module apply waterFall js from
http://www.jqueryscript.net/layout/Pinterest-Style-Responsive-Web-Layout...
This module doesn't require Views UI to be enabled but it is required if you
want to configure your Views display using WaterFall through the web interface.
This ensures you can leave Views UI off once everything is setup.
Usage
Go to Views and Using the display mode "Waterfall"
Installation
- Download source code, unpack the package then copy to module folder "sites/all/modules"
- Go to modules mangement then enable it.
Configuration
You can edit the width of the box in the file newWaterfall.js.
var defaults = {
width: 320,
delay: 60,
repeatShow: false
};
Demo
You can see demo here
http://wikibaby.xyz
