diff --git a/website/gallery.css b/website/gallery.css deleted file mode 100644 index 6760746b..00000000 --- a/website/gallery.css +++ /dev/null @@ -1,125 +0,0 @@ -.galleria { - list-style: none; - width: 200px; - height: 50px; -} - -.galleria li { - display: block; - width: 80px; - height: 80px; - overflow: hidden; - float: left; - margin: 0 10px 10px 0 -} - -.galleria li a { - display: none -} - -.galleria li div { - position: absolute; - display: none; - top: 0; - left: 180px -} - -.galleria li div img { - cursor: pointer -} - -.galleria li.active div img,.galleria li.active div { - display: block -} - -.galleria li img.thumb { - cursor: pointer; - top: auto; - left: auto; - display: block; - width: auto; - height: auto -} - -.galleria li .caption { - display: block; - padding-top: .5em -} - -/* MSIE bug */ -* html .galleria li div span { - width: 400px -} - -* { - margin: 0; - padding: 0 -} - -body { - padding: 20px; - background: white; - text-align: center; - background: black; - color: #bba; - font: 80%/ 140% georgia, serif; -} - -h1,h2 { - font: bold 80% 'helvetica neue', sans-serif; - letter-spacing: 3px; - text-transform: uppercase; -} - -a { - color: #348; - text-decoration: none; - outline: none; -} - -a:hover { - color: #67a; -} - -.caption { - font-style: italic; - color: #887; -} - -.demo { - position: relative; - margin-top: 2em; -} - -.gallery_demo { - width: 800px; - margin: 0 auto; -} - -.gallery_demo li { - width: 68px; - height: 50px; - border: 3px double #111; - margin: 0 2px; - background: #000; -} - -.gallery_demo li div { - left: 240px -} - -.gallery_demo li div .caption { - font: italic 0.7em/ 1.4 georgia, serif; -} - -#main_image { - margin: 0 auto 60px auto; - height: 600px; - width: 800px; - background: black; -} - -#main_image img { - margin-bottom: 10px; - border: 1px solid lightgray; -} \ No newline at end of file diff --git a/website/gallery.html b/website/gallery.html deleted file mode 100644 index 3dd2b841..00000000 --- a/website/gallery.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - FileBot Gallery - - - - - - - -

FileBot Gallery

-
-
- -
- - diff --git a/website/getting-started/embed.html b/website/getting-started/embed.html index 86f6151d..21ef23af 100644 --- a/website/getting-started/embed.html +++ b/website/getting-started/embed.html @@ -8,7 +8,8 @@ Getting Started @@ -32,13 +33,24 @@ } Galleria.run('.galleria', { + popupLinks: true, dataSource: data, maxScaleRatio: 1, youtube: { VQ: 'HD1080' }, - popupLinks: true + thumbnails: 'lazy' + }); + + var loaded = true + Galleria.ready(function() { + this.bind("image", function(e) { + if (loaded) { + loaded = false + this.lazyLoadChunks( data.length ) + } + }); }); - + \ No newline at end of file diff --git a/website/getting-started/index.html b/website/getting-started/index.html index a49c8989..4e260090 100644 --- a/website/getting-started/index.html +++ b/website/getting-started/index.html @@ -8,7 +8,8 @@ Getting Started @@ -30,8 +31,19 @@ maxScaleRatio: 1, youtube: { VQ: 'HD1080' - } + }, + thumbnails: 'lazy' + }); + + var loaded = true + Galleria.ready(function() { + this.bind("image", function(e) { + if (loaded) { + loaded = false + this.lazyLoadChunks( data.length ) + } + }); }); - + \ No newline at end of file diff --git a/website/images/bg.hint.tutorial.png b/website/images/bg.hint.tutorial.png deleted file mode 100644 index 700b617e..00000000 Binary files a/website/images/bg.hint.tutorial.png and /dev/null differ diff --git a/website/index.html b/website/index.html index f5fdc2d0..89883c12 100644 --- a/website/index.html +++ b/website/index.html @@ -91,9 +91,9 @@
- - play - screenshot + + play + screenshot
@@ -201,7 +201,7 @@

If you have any questions or problems just to check the FAQ or search the forums.

- +
@@ -217,10 +217,10 @@