Skip to content

Commit

Permalink
remove legacy codepens
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer committed Nov 3, 2020
1 parent 6ba4397 commit 0d079e7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ const tobii = new Tobii()

### Image

[Play on CodePen](https://codepen.io/rqrauhvmra/pen/ZRZdwG)

The standard way of using Tobii is a linked thumbnail image with the class name `lightbox` to a larger image:

```html
Expand All @@ -120,8 +118,6 @@ Instead of a thumbnail, you can also refer to a larger image with a text link:

### Inline HTML

[Play on CodePen](https://codepen.io/rqrauhvmra/pen/BOLxqj)

For inline HTML, create an element with a unique ID:

```html
Expand Down Expand Up @@ -150,8 +146,6 @@ In both ways, the attribute `data-type` with the value `html` is required.

### Iframe

[Play on CodePen](https://codepen.io/rqrauhvmra/pen/GXJwar)

For an iframe, create a link with the class name `lightbox`:

```html
Expand All @@ -176,8 +170,6 @@ In both ways, the attribute `data-type` with the value `iframe` is required.

### YouTube

[Play on CodePen](https://codepen.io/rqrauhvmra/pen/rgpjXE)

For a YouTube video, create a link with the class name `lightbox` and a `data-id` attribute with the YouTube video ID:

```html
Expand All @@ -203,8 +195,6 @@ In both ways, the attribute `data-type` with the value `youtube` is required.

## Grouping

[Play on CodePen](https://codepen.io/rqrauhvmra/pen/PvKVxp)

If you have a group of related types that you would like to combine into a set, add the `data-group` attribute:

```html
Expand All @@ -227,8 +217,6 @@ If you have a group of related types that you would like to combine into a set,

## Options

[Play on CodePen](https://codepen.io/rqrauhvmra/pen/MBYEog)

You can pass an object with custom options as an argument.

```js
Expand Down

0 comments on commit 0d079e7

Please sign in to comment.