christinegp / bootstrap-modal-carousel

A set of plugins to display a carousel into a fullscreen modal box

Home Page:http://noreiller.github.com/bootstrap-modal-carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstrap-modal-carousel

This set of JavaScript and CSS extensions to Twitter Boostrap was made in order to display a carousel in fullscreen. I decided to extend the libraries step by step by separate the feature I needed, which resulted in the following independent "packages" :

  1. the ability to detach a content to a modal box
  2. make a modal into fullscreen mode
  3. a carousel which fits itself according to the different images and captions
  4. and one to link them all

Feel free to use them and/or contribute to make them better.

Usage

In the "dist" folder, you'll find the CSS and JS assets. To quickly use the plugins, I also packaged and minified versions.

Changelog

2.0.1

  • Fixed Bower packaging informations

2.0.0

  • Updated the twitter bootstrap dependency to version 3.x
  • Added LESS support
  • Added minified versions of CSS and JS assets
  • Replaced Flickr images with blank images

1.1.0

  • Added compatibility on phones and tablets in responsive mode
  • Added some docs elements
  • The docs pages are now generated with grunt
  • Upgraded to Bootstrap v2.3.2

1.0.0

  • First version

About

A set of plugins to display a carousel into a fullscreen modal box

http://noreiller.github.com/bootstrap-modal-carousel

License:MIT License


Languages

Language:HTML 87.7%Language:JavaScript 10.6%Language:CSS 1.7%