# Bootstrap-Image-Gallery **Repository Path**: gitteeHuangc/Bootstrap-Image-Gallery ## Basic Information - **Project Name**: Bootstrap-Image-Gallery - **Description**: Bootstrap-Image-Gallery from: http://blueimp.github.io/Bootstrap-Image-Gallery/ - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-10 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README <<<<<<< HEAD # Bootstrap Image Gallery - [Demo](#demo) - [Description](#description) - [Setup](#setup) - [Documentation](#documentation) - [Extras](#extras) - [Requirements](#requirements) - [License](#license) ## Demo [Bootstrap Image Gallery Demo](https://blueimp.github.io/Bootstrap-Image-Gallery/) ## Description Bootstrap Image Gallery is an extension to [blueimp Gallery](https://blueimp.github.io/Gallery/), a touch-enabled, responsive and customizable image & video gallery. It displays images and videos in the modal dialog of the [Bootstrap](http://getbootstrap.com/) framework, features swipe, mouse and keyboard navigation, transition effects, fullscreen support and on-demand content loading and can be extended to display additional content types. ## Setup Copy the **css**, **img** and **js** directories to your website. Add the following HTML snippet to the head section of your webpage: ```html ``` Add the following HTML snippet with the Gallery widget to the body of your webpage: ```html
``` Include the following scripts at the bottom of the body of your webpage: ```html ``` Create a list of links to image files with the attribute **data-gallery** (optionally with enclosed thumbnails) and add them to the body of your webpage: ```html ``` ## Documentation For information regarding Keyboard shortcuts, Gallery Options, API methods, Video Gallery setup, Gallery extensions and Browser support, please refer to the [blueimp Gallery documentation](https://github.com/blueimp/Gallery/blob/master/README.md). ## Extras Bootstrap Image Gallery provides the additional `useBootstrapModal` option, which enables the original borderless layout as seen in the demo. The easiest way to enable this option is to adjust the lightbox container and set the `data-use-bootstrap-modal` attribute to `false`: ```html