🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

js.bootstrap_image_gallery

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js.bootstrap_image_gallery

Fanstatic packaging of Bootstrap Image Gallery

3.1.1-1
PyPI
Maintainers
2

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

  • Upgrade JS/CSS to 2.9.

2.8.1

  • Initial release.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts