Further modules included.
[yaffs-website] / web / modules / contrib / views_responsive_grid / README.txt
1 CONTENTS OF THIS FILE
2 ---------------------
3
4  * Introduction
5  * Installation
6  * How to use
7
8
9 INTRODUCTION
10 ------------
11
12 Current Maintainers:
13 Mark Carver - https://drupal.org/user/501638
14 Ian Whitcomb - https://drupal.org/user/771654
15
16 Views Responsive Grid provides a views plugin for displaying content in a
17 responsive (mobile friendly) grid layout. Rather than trying to force the
18 standard Views grid display to work for mobile this provides the same
19 functionality, but in DIVs instead of tables. Provided is also the ability to
20 specify a horizontal or vertical grid layout which will properly stack the
21 content on a mobile display.
22
23
24 INSTALLATION
25 ------------
26
27 1. Download module and copy views_responsive_grid folder to /modules
28 2. Enable Views and Views Responsive Grid modules.
29
30
31 HOW TO USE
32 ------------
33
34 After enabling the module, create a new view with the responsive grid display
35 format. Specify the number of columns, alignment and classes of the grid.
36
37 If the automatic width option is enabled, the plugin will determine the width of
38 the columns automatically. If it is disabled, you may need to specify classes
39 for either the rows, columns or both depending on your configuration and theming
40 needs.
41
42 If a theme automatically injects classes, the automatic width option may also
43 interfere with the visual aspect of the grid.
44
45 This module does not provide any visual styling for the grid, that responsibility
46 is left to themes.