photoswipe-container.html.twig |
templates/photoswipe-container.html.twig |
|
{# Root element of PhotoSwipe. Must have class pswp. #}
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
{#
Background of PhotoSwipe.
It's a separate element as animating… |
photoswipe-image-formatter.html.twig |
templates/photoswipe-image-formatter.html.twig |
|
Returns HTML for an image using a specific Photoswipe image style. |
photoswipe.api.php |
photoswipe.api.php |
|
Hooks provided by the Photoswipe module. |
photoswipe.drush.inc |
drush/photoswipe.drush.inc |
|
Drush integration for PhotoSwipe. |
photoswipe.info.yml |
photoswipe.info.yml |
|
photoswipe.info.yml |
photoswipe.install |
photoswipe.install |
|
Install, uninstall and update hooks for Photswipe module. |
photoswipe.libraries.yml |
photoswipe.libraries.yml |
|
photoswipe.libraries.yml |
photoswipe.links.menu.yml |
photoswipe.links.menu.yml |
|
photoswipe.links.menu.yml |
photoswipe.module |
photoswipe.module |
|
Photswipe integration with Drupal module. |
photoswipe.routing.yml |
photoswipe.routing.yml |
|
photoswipe.routing.yml |
photoswipe.schema.yml |
config/schema/photoswipe.schema.yml |
|
config/schema/photoswipe.schema.yml |
photoswipe.services.yml |
photoswipe.services.yml |
|
photoswipe.services.yml |
photoswipe.settings.yml |
config/install/photoswipe.settings.yml |
|
config/install/photoswipe.settings.yml |
photoswipe.theme.inc |
photoswipe.theme.inc |
|
Photoswipe theme preprocess functions. |
PhotoswipeAdminSettings.php |
src/Form/PhotoswipeAdminSettings.php |
Drupal\photoswipe\Form |
|
PhotoswipeAssetsManager.php |
src/PhotoswipeAssetsManager.php |
Drupal\photoswipe |
|
PhotoswipeAssetsManagerInterface.php |
src/PhotoswipeAssetsManagerInterface.php |
Drupal\photoswipe |
|
PhotoswipeFieldFormatter.php |
src/Plugin/Field/FieldFormatter/PhotoswipeFieldFormatter.php |
Drupal\photoswipe\Plugin\Field\FieldFormatter |
|
README.txt |
README.txt |
|
DESCRIPTION
===========
Javascript lightbox library offers very nice mobile browsing features (in
particular swiping to the next picture)!
INSTALLATION
============
1. Download and install this module as usual. For more info visit
… |