js.bootstrap_image_gallery
Introduction
This library packages Bootstrap Image Gallery
_ for fanstatic
_.
.. _fanstatic
: http://fanstatic.org
.. _Bootstrap Image Gallery
: http://blueimp.github.com/Bootstrap-Image-Gallery/
This requires integration between your web framework and fanstatic
,
and making sure that the original resources (shipped in the resources
directory in js.bootstrap_image_gallery
) are published to some URL.
How to use?
You can import gallery
from js.bootstrap_image_gallery
and need
it
where you want these resources to be included on a page::
from js.bootstrap_image_gallery import gallery
gallery.need()
If you only want the JS resources::
from js.bootstrap_image_gallery import gallery_js
gallery_js.need()
If you only want the CSS resources::
from js.bootstrap_image_gallery import gallery_css
gallery_css.need()
CHANGES
3.1.1-1 - 2015-02-04
- Make
jquery.blueimp-gallery.js
depend on blueimp-gallery.js
.
3.1.1 - 2015-02-03
- Upgrade blueimp-bootstrap-image-gallery to 3.1.1.
- Upgrade blueimp-gallery to 2.15.2.
2.9
2.8.1