You are here

README.txt in Views Responsive Grid 8

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * How to use


INTRODUCTION
------------

Current Maintainers:
Mark Carver - https://drupal.org/user/501638
Ian Whitcomb - https://drupal.org/user/771654

Views Responsive Grid provides a views plugin for displaying content in a
responsive (mobile friendly) grid layout. Rather than trying to force the
standard Views grid display to work for mobile this provides the same
functionality, but in DIVs instead of tables. Provided is also the ability to
specify a horizontal or vertical grid layout which will properly stack the
content on a mobile display.


INSTALLATION
------------

1. Download module and copy views_responsive_grid folder to /modules
2. Enable Views and Views Responsive Grid modules.


HOW TO USE
------------

After enabling the module, create a new view with the responsive grid display
format. Specify the number of columns, alignment and classes of the grid.

If the automatic width option is enabled, the plugin will determine the width of
the columns automatically. If it is disabled, you may need to specify classes
for either the rows, columns or both depending on your configuration and theming
needs.

If a theme automatically injects classes, the automatic width option may also
interfere with the visual aspect of the grid.

This module does not provide any visual styling for the grid, that responsibility
is left to themes.

File

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