-
Notifications
You must be signed in to change notification settings - Fork 8
/
Bootstrap v4 - (Carousel) Carousel - Caption.json
16 lines (16 loc) · 1.59 KB
/
Bootstrap v4 - (Carousel) Carousel - Caption.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Carousel - Caption",
"heading": "carousel-caption",
"description": "The carousel is a slideshow for cycling through a series of content, built with CSS 3D transforms and a bit of JavaScript. It works with a series of images, text, or custom markup. It also includes support for previous\/next controls and indicators.\r\n\r\nIn browsers where the Page Visibility API is supported, the carousel will avoid sliding when the webpage is not visible to the user (such as when the browser tab is inactive, the browser window is minimized, etc.).\r\n\r\nPlease be aware that nested carousels are not supported, and carousels are generally not compliant with accessibility standards.",
"usage": "Add captions to your slides easily with the .carousel-caption element within any .carousel-item. They can be easily hidden on smaller viewports, as shown below, with optional display utilities. We hide them initially with .d-none and bring them back on medium-sized devices with .d-md-block.",
"snippet": "<div class=\"carousel-item\">\r\n <img src=\"...\" alt=\"...\">\r\n <div class=\"carousel-caption d-none d-md-block\">\r\n <h3>...<\/h3>\r\n <p>...<\/p>\r\n <\/div>\r\n<\/div>",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/carousel\/",
"type": "Carousel",
"library": "Bootstrap v4",
"created": "2017-11-01 00:00:00",
"modified": "2017-11-22 00:44:55",
"contributor_company": "Most Wanted Web Services, Inc.",
"contributor_name": "Steve Voorhees",
"contributor_email": "[email protected]",
"contributor_website": "https:\/\/mostwantedwebhosting.com"
}