You are here

README.txt in Flex Slider 8.2

About
=====

Adds a field display formatter to allow you to display field content using
FlexSlider. The module doesn't require Field UI to be enabled by default
(so you can leave it off once everything is configured) but it is recommended
to use to setup your display settings.


Usage
=====

Manage the field display on any entity (ex: node of type Article)

Ex: admin/structure/types/manage/article/display

Select any field of type "image" and set the format to "FlexSlider". For entity
reference fields (ex: media, paragraphs, etc) you can set the format to
"FlexSlider (Entity)". Then select your option set in the display formatter
settings. That's it!


Responsive Images
============

The Responsive Image module is a core Drupal 8 module that provides an image
formatter and breakpoint mappings to output responsive images using the
HTML5 picture tag.

FlexSlider Fields provides a FlexSlider Responsive formatter that
utilizes the core responsive image formatter. This formatter is available for
multi-file image fields when the Responsive Image module is installed.

If the Responsive Image module is uninstalled after installing FlexSlider,
be sure to rebuild the cache to clean out any references to the FlexSlider
Responsive formatter.

File

flexslider_fields/README.txt
View source
  1. About
  2. =====
  3. Adds a field display formatter to allow you to display field content using
  4. FlexSlider. The module doesn't require Field UI to be enabled by default
  5. (so you can leave it off once everything is configured) but it is recommended
  6. to use to setup your display settings.
  7. Usage
  8. =====
  9. Manage the field display on any entity (ex: node of type Article)
  10. Ex: admin/structure/types/manage/article/display
  11. Select any field of type "image" and set the format to "FlexSlider". For entity
  12. reference fields (ex: media, paragraphs, etc) you can set the format to
  13. "FlexSlider (Entity)". Then select your option set in the display formatter
  14. settings. That's it!
  15. Responsive Images
  16. ============
  17. The Responsive Image module is a core Drupal 8 module that provides an image
  18. formatter and breakpoint mappings to output responsive images using the
  19. HTML5 picture tag.
  20. FlexSlider Fields provides a FlexSlider Responsive formatter that
  21. utilizes the core responsive image formatter. This formatter is available for
  22. multi-file image fields when the Responsive Image module is installed.
  23. If the Responsive Image module is uninstalled after installing FlexSlider,
  24. be sure to rebuild the cache to clean out any references to the FlexSlider
  25. Responsive formatter.