From: Kevin Ball Date: Mon, 15 May 2017 21:46:46 +0000 (-0700) Subject: Orbit vid links X-Git-Tag: v6.4.0-rc1~46^2~26^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c2a38a9ec3e78c147ad217441afb2bc008c170;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Orbit vid links --- diff --git a/docs/pages/orbit.md b/docs/pages/orbit.md index 92dc5353d..ac15710e7 100644 --- a/docs/pages/orbit.md +++ b/docs/pages/orbit.md @@ -15,11 +15,11 @@ tags: Orbit doesn't automatically generate any HTML for you, giving you the flexibility to move around the various pieces of the plugin. Here's a complete example—we'll break down the individual pieces farther down.

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

- edit on codepen button + edit on codepen button
```html_example @@ -119,11 +119,11 @@ The bullets serve two purposes: they mark the current slide, and can be clicked A carousel slide can contain images or HTML—you can even mix between slides in one carousel!

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

- edit on codepen button + edit on codepen button
```html @@ -188,12 +188,9 @@ There are four plugin options you can set to change the default effects: Since those option names are pretty *long*, you can also set them all in one HTML attribute, using `data-options`: -

- Watch this part in video -

- edit on codepen button + edit on codepen button
```html @@ -236,12 +233,8 @@ Since those option names are pretty *long*, you can also set them all in one HTM To disable Motion UI, set the plugin option `useMUI` to `false`. Written as an HTML attribute, that's `data-use-m-u-i="false"`. -

- Watch this part in video -

-
- edit on codepen button + edit on codepen button
```html