Difference between revisions of "Carousel (Bootstrap)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Full Slider) |
Karl Jones (Talk | contribs) (→External links) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | In [[Bootstrap (framework)|Bootstrap]], as in many other contexts, '''slider''' | + | In [[Bootstrap (framework)|Bootstrap]], as in many other contexts, '''carousel''' (or '''slider''', '''slideshow''', etc.) the [[Animation|animated display]] of two or more images in a sliding manner. |
== Description == | == Description == | ||
Line 5: | Line 5: | ||
Sliders are built into Bootstrap. | Sliders are built into Bootstrap. | ||
− | == Using Bootstrap | + | == Using Bootstrap Carousel == |
... | ... | ||
Line 11: | Line 11: | ||
== Full Slider == | == Full Slider == | ||
− | Full Slider is an extended version of Bootstrap | + | Full Slider is an extended version of Bootstrap carousel which provides full-screen display options. |
Download, install, and use Full Slider the same way you do with Bootstrap. | Download, install, and use Full Slider the same way you do with Bootstrap. | ||
Line 29: | Line 29: | ||
* [[Animation]] | * [[Animation]] | ||
* [[Bootstrap (framework)]] | * [[Bootstrap (framework)]] | ||
+ | |||
+ | == External links == | ||
+ | |||
+ | * [http://www.w3schools.com/bootstrap/bootstrap_carousel.asp Bootstrap carousel] @ W3Schools | ||
+ | |||
+ | [[Category:Bootstrap (framework)]] |
Latest revision as of 04:14, 22 April 2016
In Bootstrap, as in many other contexts, carousel (or slider, slideshow, etc.) the animated display of two or more images in a sliding manner.
Description
Sliders are built into Bootstrap.
Using Bootstrap Carousel
...
Full Slider
Full Slider is an extended version of Bootstrap carousel which provides full-screen display options.
Download, install, and use Full Slider the same way you do with Bootstrap.
Full Slider is a replacement for Bootstrap, not a plugin or extension. Do not use Bootstrap (the original) in addition to Full Slider.
Full Slider is free and open source:
- Full Slider - Official website
Google web search:
See also
External links
- Bootstrap carousel @ W3Schools