diff --git a/examples/index.html b/examples/index.html index 780e58a..0d1e6e2 100644 --- a/examples/index.html +++ b/examples/index.html @@ -5,7 +5,7 @@ - + @@ -121,8 +121,8 @@
-
-
+
+

Lightbox for Bootstrap

@@ -140,8 +140,8 @@

Lightbox for Bootstrap

-
-
+
+

Install

Grab the latest CSS / JS files from the CDN: https://cdnjs.com/libraries/ekko-lightbox.

@@ -324,8 +324,8 @@

Examples

Single Image

Note: uses modal plugin title option via data-title, and the custom footer tag using data-footer

-
-
+
+
@@ -336,8 +336,8 @@

Single Image

Galleries are created by adding the data-gallery attribute.

-
-
+
+
@@ -367,8 +367,8 @@

Limit Image Size

Note: uses modal plugin limiting via data-max-width (or data-max-height)

-
-
+
+
@@ -411,8 +411,8 @@

Forcing width

-
-
+
+
@@ -429,8 +429,8 @@ -
-
+
+
@@ -448,13 +448,13 @@

Programmatically call

These two examples are opened via the JavaScript at the bottom of the source.

-
-
+
+
@@ -472,11 +472,11 @@

Programmatically call

Via data-remote

Neither of these are <a /> tags, so both rely on the data-remote attribute.

-
-
-
- - +
+
+
+ +
@@ -494,33 +494,29 @@

Force type

Hidden elements

Facebook style, only show a few images but have a large gallery

-
-
-
- - - - - - - - - - -
-
-
-
-
-
-
+
+ + + + + + + + + + +
+
+
+
+

Remote content

Given a URL, that is not an image or video (including unforced types), load the content using an iFrame.

-
-
+
+
@@ -532,8 +528,8 @@

Remote content

Disable wrapping

To disable wrapping, set `wrapping` to false when creating a gallery.