You are here

README.txt in Magnific Popup 8

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

 * Introduction
 * Features
 * Requirements
 * Recommended Modules
 * Installation
 * Configuration
 * Maintainers


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

This module provides field formatters for the Magnific Popup jquery plugin by
Dmitry Semenov (https://github.com/dimsemenov/Magnific-Popup).
This plugin is ideal for creating pop-up galleries of pictures or videos.

The 8.x module is still under heavy development with new features being added
as they are thought of or suggested.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/magnific_popup

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/magnific_popup


FEATURES:
---------

Has different gallery types including:

 * 'First Item Only' - Display only one thumbnail from multiple images on the
   field, but all images can be viewed by navigating in the pop-up gallery.
 * 'Gallery - All Items' - Show all thumbnails and allow all items to be seen
   in the pop-up gallery.
 * 'Separate Items' - Show all thumbnails, but don't allow navigation to other
   items in the pop-up gallery. This only displays the clicked image in the
   pop-up.


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

Integration with Video Embed Field to provide pop-up videos for different
providers with various embed and auto-play options. Also has the gallery options
listed above available for the video thumbnails and galleries.

 * Video Embed Field - https://www.drupal.org/project/video_embed_field


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

 * Install the third-party Magnific Popup library
   https://github.com/dimsemenov/Magnific-Popupas "magnific-popup" under
   DRUPAL_ROOT/libraries.
   To be correctly detected and used, the JS and CSS should be located at these
   paths:
   libraries/magnific-popup/dist/jquery.magnific-popup.min.js
   libraries/magnific-popup/dist/magnific-popup.css
   Paths not using the "dist" folder (for versions before 8.x-1.3) are still
   supported. Although it is advisable to update the paths to use the "dist"
   older.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the module.
    2. Navigate to Administration > Structure > Content types > [Content type
       to edit] > Manage display.
    3. Choose "Magnific Popup" as the formatter and optionally configure
       Gallery Style options on an image or video embed field field.
    3. Save.

MAINTAINERS
-----------

 * Jay Dansand (jay.dansand) - https://www.drupal.org/u/jaydansand
 * Eric Goodwin (Eric115) - https://www.drupal.org/u/eric115
 * Drew Nackers (nackersa) - https://www.drupal.org/u/nackersa

License - MIT
Github - https://github.com/dimsemenov/Magnific-Popup

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Features
  5. * Requirements
  6. * Recommended Modules
  7. * Installation
  8. * Configuration
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. This module provides field formatters for the Magnific Popup jquery plugin by
  13. Dmitry Semenov (https://github.com/dimsemenov/Magnific-Popup).
  14. This plugin is ideal for creating pop-up galleries of pictures or videos.
  15. The 8.x module is still under heavy development with new features being added
  16. as they are thought of or suggested.
  17. * For a full description of the module, visit the project page:
  18. https://www.drupal.org/project/magnific_popup
  19. * To submit bug reports and feature suggestions, or to track changes:
  20. https://www.drupal.org/project/issues/magnific_popup
  21. FEATURES:
  22. ---------
  23. Has different gallery types including:
  24. * 'First Item Only' - Display only one thumbnail from multiple images on the
  25. field, but all images can be viewed by navigating in the pop-up gallery.
  26. * 'Gallery - All Items' - Show all thumbnails and allow all items to be seen
  27. in the pop-up gallery.
  28. * 'Separate Items' - Show all thumbnails, but don't allow navigation to other
  29. items in the pop-up gallery. This only displays the clicked image in the
  30. pop-up.
  31. REQUIREMENTS
  32. ------------
  33. This module requires no modules outside of Drupal core.
  34. RECOMMENDED MODULES
  35. -------------------
  36. Integration with Video Embed Field to provide pop-up videos for different
  37. providers with various embed and auto-play options. Also has the gallery options
  38. listed above available for the video thumbnails and galleries.
  39. * Video Embed Field - https://www.drupal.org/project/video_embed_field
  40. INSTALLATION
  41. ------------
  42. * Install the third-party Magnific Popup library
  43. https://github.com/dimsemenov/Magnific-Popupas "magnific-popup" under
  44. DRUPAL_ROOT/libraries.
  45. To be correctly detected and used, the JS and CSS should be located at these
  46. paths:
  47. libraries/magnific-popup/dist/jquery.magnific-popup.min.js
  48. libraries/magnific-popup/dist/magnific-popup.css
  49. Paths not using the "dist" folder (for versions before 8.x-1.3) are still
  50. supported. Although it is advisable to update the paths to use the "dist"
  51. older.
  52. CONFIGURATION
  53. -------------
  54. 1. Navigate to Administration > Extend and enable the module.
  55. 2. Navigate to Administration > Structure > Content types > [Content type
  56. to edit] > Manage display.
  57. 3. Choose "Magnific Popup" as the formatter and optionally configure
  58. Gallery Style options on an image or video embed field field.
  59. 3. Save.
  60. MAINTAINERS
  61. -----------
  62. * Jay Dansand (jay.dansand) - https://www.drupal.org/u/jaydansand
  63. * Eric Goodwin (Eric115) - https://www.drupal.org/u/eric115
  64. * Drew Nackers (nackersa) - https://www.drupal.org/u/nackersa
  65. License - MIT
  66. Github - https://github.com/dimsemenov/Magnific-Popup