You are here

README.txt in Magnific Popup 7

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

  * Introduction
  * Integration with Other Modules
  * Installation
  * Maintainers


INTRODUCTION
------------
Integrate Dmitry Semenov's Magnific Popup (http://dimsemenov.com/plugins/magnific-popup/)
jQuery lightbox plugin with Drupal as a field formatter.

This module provides a "Magnific Popup" field formatter for File Entity and
Image fields. Fields with multiple items (cardinality > 1) can be grouped into a
Magnific Popup gallery, or shown individually as a stand-alone popup (no
"previous"/"next" navigation options). 

From the author of the jQuery plugin:
  Magnific Popup is a responsive jQuery lightbox plugin that is focused on
  performance and providing best experience for user with any device (Zepto.js
  compatible).


The jQuery plugin supports:
 - Single-image lightbox
 - Zoom-gallery
 - Lightbox gallery
 - Popup with video or map
 - Popup with form
 - Modal popups
 - Ajax popups
 - CSS animations


INTEGRATION WITH OTHER MODULES
------------------------------
Combining the optional sub-module Magnific Popup YouTube with the Media: YouTube
module (http://drupal.org/project/media_youtube) allows easy embedding of
YouTube pop-ups.


INSTALLATION
------------
This module requires Libraries and jQuery Update (jQuery 1.7.2 or above is
required).

Install the third-party Magnific Popup library from https://github.com/dimsemenov/Magnific-Popup
under sites/SITE/libraries (where SITE is "all," "default," etc.)  To be
correctly detected and used, the JS and CSS must be located at these paths:
 - libraries/magnific-popup/dist/jquery.magnific-popup.js
 - libraries/magnific-popup/dist/magnific-popup.css

Activate the Magnific Popup module, then manage the display of any File or Image
fields, for example under admin/structure/types/manage/TYPE/display.  Choose
"Magnific Popup" as the formatter.

By default, item thumbnails will use the "magnific_popup_thumbnail" Image Style.
You can configure this image style under Image Styles at
admin/config/media/image-styles/edit/magnific_popup_thumbnail.


MAINTAINERS
-----------
- jay.dansand (Jay Dansand)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Integration with Other Modules
  5. * Installation
  6. * Maintainers
  7. INTRODUCTION
  8. ------------
  9. Integrate Dmitry Semenov's Magnific Popup (http://dimsemenov.com/plugins/magnific-popup/)
  10. jQuery lightbox plugin with Drupal as a field formatter.
  11. This module provides a "Magnific Popup" field formatter for File Entity and
  12. Image fields. Fields with multiple items (cardinality > 1) can be grouped into a
  13. Magnific Popup gallery, or shown individually as a stand-alone popup (no
  14. "previous"/"next" navigation options).
  15. From the author of the jQuery plugin:
  16. Magnific Popup is a responsive jQuery lightbox plugin that is focused on
  17. performance and providing best experience for user with any device (Zepto.js
  18. compatible).
  19. The jQuery plugin supports:
  20. - Single-image lightbox
  21. - Zoom-gallery
  22. - Lightbox gallery
  23. - Popup with video or map
  24. - Popup with form
  25. - Modal popups
  26. - Ajax popups
  27. - CSS animations
  28. INTEGRATION WITH OTHER MODULES
  29. ------------------------------
  30. Combining the optional sub-module Magnific Popup YouTube with the Media: YouTube
  31. module (http://drupal.org/project/media_youtube) allows easy embedding of
  32. YouTube pop-ups.
  33. INSTALLATION
  34. ------------
  35. This module requires Libraries and jQuery Update (jQuery 1.7.2 or above is
  36. required).
  37. Install the third-party Magnific Popup library from https://github.com/dimsemenov/Magnific-Popup
  38. under sites/SITE/libraries (where SITE is "all," "default," etc.) To be
  39. correctly detected and used, the JS and CSS must be located at these paths:
  40. - libraries/magnific-popup/dist/jquery.magnific-popup.js
  41. - libraries/magnific-popup/dist/magnific-popup.css
  42. Activate the Magnific Popup module, then manage the display of any File or Image
  43. fields, for example under admin/structure/types/manage/TYPE/display. Choose
  44. "Magnific Popup" as the formatter.
  45. By default, item thumbnails will use the "magnific_popup_thumbnail" Image Style.
  46. You can configure this image style under Image Styles at
  47. admin/config/media/image-styles/edit/magnific_popup_thumbnail.
  48. MAINTAINERS
  49. -----------
  50. - jay.dansand (Jay Dansand)