From 488a21bd6b36845cb873e6e6953b5e125cdfd613 Mon Sep 17 00:00:00 2001 From: franek Date: Sat, 25 Jul 2015 14:21:21 +0200 Subject: [PATCH] Update documentation for photoswipe theme --- docs/themes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/themes.rst b/docs/themes.rst index d0994e5..5709336 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -10,12 +10,15 @@ be located in ``THEME_DIR/templates``. Bundled themes ~~~~~~~~~~~~~~ -Sigal comes with two themes, based on the colorbox_ and galleria_ Javascript +Sigal comes with three themes, based on the colorbox_, galleria_ and photoswipe_ Javascript libraries, and located in the ``sigal/themes`` folder. A Makefile is available to concatenate and minify the css files, using cssmin_ (``pip install cssmin``). +photoswipe_ theme comes with some limitations : It does not support video (see https://github.com/dimsemenov/PhotoSwipe/issues/651 for details). Video support will be added when available. + .. _galleria: http://galleria.io/ .. _colorbox: http://www.jacklmoore.com/colorbox +.. _photoswipe: http://photoswipe.com/ .. _cssmin: https://pypi.python.org/pypi/cssmin Variables