Difference between revisions of "Carousel (Bootstrap)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Full Slider)
(External links)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
In [[Bootstrap (framework)|Bootstrap]], as in many other contexts, '''slider''' refers to a '''slideshow''': the [[Animation|animated display]] of two or more images in a sliding manner.  
+
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 sliders ==
+
== Using Bootstrap Carousel ==
  
 
...
 
...
Line 11: Line 11:
 
== Full Slider ==
 
== Full Slider ==
  
Full Slider is an extended version of Bootstrap slider which provides full-screen display options.
+
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 23: Line 23:
 
Google web search:
 
Google web search:
  
* [https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=bootstrap+slideshow+full+screen bootstrap slideshow full screen]
+
* [https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=bootstrap+slideshow+full+screen "bootstrap slideshow full screen"]
  
 
== See also ==
 
== See also ==
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 05: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:

Google web search:

See also

External links