From: Kevin Ball Date: Mon, 15 May 2017 19:36:50 +0000 (-0700) Subject: Update video image references X-Git-Tag: v6.4.0-rc1~46^2~26^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77a681b9d5639b95f107e7c1ad95e11d149b27a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update video image references --- diff --git a/docs/pages/accordion.md b/docs/pages/accordion.md index ecf9704e7..d8b790c87 100644 --- a/docs/pages/accordion.md +++ b/docs/pages/accordion.md @@ -19,7 +19,7 @@ Inside the accordion, place a series of panes with the class `.accordion-item` a Each pane has a **title**, an `` with the class `.accordion-title`, and a **content area**, an element with the class `.accordion-content` and the attribute `data-tab-content`.

- Watch this part in video + Watch this part in video

@@ -77,7 +77,7 @@ Once you put it all together, here's what you get! By default, only one pane of an accordion can be open at a time. This can be changed by setting the `multiExpand` option to `true`.

- Watch this part in video + Watch this part in video

@@ -119,7 +119,7 @@ By default, only one pane of an accordion can be open at a time. This can be cha By default, at least one pane in an accordion must be open. This can be changed by setting `allowAllClosed` option to `true`.

- Watch this part in video + Watch this part in video

diff --git a/docs/pages/callout.md b/docs/pages/callout.md index 76e236a29..b49f95181 100644 --- a/docs/pages/callout.md +++ b/docs/pages/callout.md @@ -13,7 +13,7 @@ tags: A callout is just an element with a `.callout` class applied. You can put any kind of content inside.

- Watch this part in video + Watch this part in video

@@ -35,7 +35,7 @@ A callout is just an element with a `.callout` class applied. You can put any ki Callouts can be colored using the `.secondary`, `.primary`, `.success`, `.warning`, or `.alert` classes. Links inside the callout will be tinted to match the color of the callout.

- Watch this part in video + Watch this part in video

@@ -110,7 +110,7 @@ Callouts can be sized using the `.small` and `.large` classes. These will affect Pair the callout with the [close button](close-button.html) component and `data-closable` attribute to create a dismissable alert box. - Watch this part in video + Watch this part in video

Any element can be used as a close trigger, not just close button. Adding the attribute data-close to any element within the callout will turn it into a close trigger.

When using the data-closable attribute, you can optionally add Motion UI classes to the attribute to change the closing animation. If no class is added, the plugin defaults to jQuery's .fadeOut() function.

diff --git a/docs/pages/card.md b/docs/pages/card.md index 603d6084f..5fc91ba80 100644 --- a/docs/pages/card.md +++ b/docs/pages/card.md @@ -16,7 +16,7 @@ Make sure you wrap your content in a `.card-section` element in order to achieve A card container has no padding, allowing you to place full-bleed images inside. Use the `.card-divider` and `.card-section` classes to sub-divide a card.

- Watch this part in video + Watch this part in video

@@ -43,7 +43,7 @@ A card container has no padding, allowing you to place full-bleed images inside. You can also include a `.card-divider` element as a title, footer or to break up content.

- Watch this part in video + Watch this part in video

@@ -69,7 +69,7 @@ You can also include a `.card-divider` element as a title, footer or to break up Images play nicely with cards. Simply include one outside of the `.card-section` element to span nicely to the edges. Or move the image inside the `.card-section` to have padding around the image.

- Watch this part in video + Watch this part in video

@@ -144,7 +144,7 @@ Images play nicely with cards. Simply include one outside of the `.card-section` You can either set the width of cards with custom css or add them into the Foundation grid.

- Watch this part in video + Watch this part in video

diff --git a/docs/pages/dropdown.md b/docs/pages/dropdown.md index 5c9022dce..92b8e6d5e 100644 --- a/docs/pages/dropdown.md +++ b/docs/pages/dropdown.md @@ -17,7 +17,7 @@ To create a dropdown pane, add the class `.dropdown-pane` and the attribute `dat To create the dropdown trigger, add `data-toggle` to a `