new post + somehow images got reset to jpg
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Obelisk</title>
|
||||
<title>Obelisk - duckland.org's photo gallery</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Don Harper">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<style>
|
||||
body::after{
|
||||
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
|
||||
content:url(20210618191907-002.jpg);
|
||||
content:url(20210618191907-002.webp);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -37,20 +37,14 @@
|
|||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div class="icons">
|
||||
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
<div class="icons">
|
||||
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
|
||||
<script src="../../static/jquery-3.3.1.min.js"></script>
|
||||
<script src="../../static/galleria.min.js"></script>
|
||||
|
|
@ -60,31 +54,30 @@
|
|||
var data = [
|
||||
{
|
||||
title: "20210618191907-002",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>26</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:19:07 PM </abbr>",
|
||||
thumb: "thumbnails/20210618191907-002.jpg",
|
||||
image: "20210618191907-002.jpg"
|
||||
description: "",
|
||||
thumb: "thumbnails/20210618191907-002.webp",
|
||||
image: "20210618191907-002.webp"
|
||||
},
|
||||
{
|
||||
title: "20210618192025-004",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>21</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:20:25 PM </abbr>",
|
||||
thumb: "thumbnails/20210618192025-004.jpg",
|
||||
image: "20210618192025-004.jpg"
|
||||
description: "",
|
||||
thumb: "thumbnails/20210618192025-004.webp",
|
||||
image: "20210618192025-004.webp"
|
||||
},
|
||||
{
|
||||
title: "20210618192243-012",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>250</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>25</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:22:43 PM </abbr>",
|
||||
thumb: "thumbnails/20210618192243-012.jpg",
|
||||
image: "20210618192243-012.jpg"
|
||||
description: "",
|
||||
thumb: "thumbnails/20210618192243-012.webp",
|
||||
image: "20210618192243-012.webp"
|
||||
},
|
||||
{
|
||||
title: "20210618192526-018",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1000</abbr><abbr title='exposure'>0.004</abbr><abbr title='aperture'>5.5</abbr><abbr title='focal length'>135</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:25:26 PM </abbr>",
|
||||
thumb: "thumbnails/20210618192526-018.jpg",
|
||||
image: "20210618192526-018.jpg"
|
||||
description: "",
|
||||
thumb: "thumbnails/20210618192526-018.webp",
|
||||
image: "20210618192526-018.webp"
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Galleria.ready(function() {
|
||||
/*
|
||||
load thumbnails after gallery setup, and download has started
|
||||
|
|
@ -110,7 +103,6 @@
|
|||
});
|
||||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
|
|
@ -121,5 +113,12 @@
|
|||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 15 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618191907-002.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 18 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618192025-004.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 16 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618192243-012.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 12 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618192526-018.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |