An open API service indexing awesome lists of open source software.

https://github.com/yaserdemet/carousel-bs-project


https://github.com/yaserdemet/carousel-bs-project

bootstrap bootstrap-theme carousel-slider

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![Animation](https://user-images.githubusercontent.com/99739515/171753129-ee9eeae0-a4cc-482d-8014-f4c58094013b.gif)
[👉check page here](https://yaserdemet.github.io/carousel-bs-project/)

## Description
Project aims to create website within bootstrap .

## Project Skeleton

```
carousel-bs-project (folder)
|
|----css
|----app.css
|----img
|----thumbnail
|----lib/fslightbox-basic-3.3.1
|----README.md
|----LICENSE
|----package.json
|----fslightbox.js

|----index.html
```

### At the end of the project, following topics are to be covered;

- Bootstrap inputs

- Bootstrap form elements

- Bootstrap carousel effect

- Map inside website

- Using a library in project

### At the end of the project, i will be able to;

- improve coding skills within HTML & CSS & CSS PROCESSORS WHICH IS BOOTSTRAP

- use git commands (push, pull, commit, add etc.) and Github as Version Control System.

- deploy with netlify.

# Fullscreen Lightbox Basic

## Description
Modern and easy plugin for displaying images and videos in clean overlaying box.
Display single source or create beautiful gallery with powerful lightbox.

Website: https://fslightbox.com

### No jQuery and other dependencies.

## Basic usage

### Installation

```
npm install fslightbox
```

### Example

In your application .js file:
```javascript
require('fslightbox');
```

In HTML file
```html

Open first slide (image)


Open second slide (YouTube)


Open third slide (HTML video)


Open fourth slide (custom source)

```

## Demo
Available at: https://fslightbox.com/javascript

## Documentation
Available at: https://fslightbox.com/javascript/documentation

## Browser Compatibility

| Browser | Works? |
| --- | --- |
| Chrome | Yes |
| Firefox | Yes |
| Opera | Yes |
| Safari | Yes |
| Edge | Yes |
| IE 11 | Yes |