From 0d079e746f9a0dc8a87ebae04bdc77a68f04bfba Mon Sep 17 00:00:00 2001 From: midzer Date: Tue, 3 Nov 2020 11:35:18 +0100 Subject: [PATCH] remove legacy codepens --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 8b247b4..5c4853e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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