new post + somehow images got reset to jpg

This commit is contained in:
Don Harper 2022-04-07 22:16:28 -05:00
parent 38612d8469
commit c8a38efb65
3097 changed files with 70879 additions and 18333 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2012</title>
<title>2012 - duckland.org&#39;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(20121212090451.jpg);
content:url(20121222142316.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>&copy; 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>
@ -58,27 +52,26 @@
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "20121212090451",
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>0.005</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Wed 12 Dec 2012 09:04:51 AM </abbr>",
thumb: "thumbnails/20121212090451.jpg",
image: "20121212090451.jpg"
},
{
title: "20121222142316",
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>0.06666666666666667</abbr><abbr title='aperture'>4.599999904632568</abbr><abbr title='focal length'>27</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Sat 22 Dec 2012 02:23:16 PM </abbr>",
thumb: "thumbnails/20121222142316.jpg",
image: "20121222142316.jpg"
description: "",
thumb: "thumbnails/20121222142316.webp",
image: "20121222142316.webp"
},
{
title: "20121224205019",
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.07692307692307693</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 24 Dec 2012 08:50:19 PM </abbr>",
thumb: "thumbnails/20121224205019.jpg",
image: "20121224205019.jpg"
description: "",
thumb: "thumbnails/20121224205019.webp",
image: "20121224205019.webp"
},
{
title: "20121212090451",
description: "",
thumb: "thumbnails/20121212090451.webp",
image: "20121212090451.webp"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
@ -104,7 +97,6 @@
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
@ -115,5 +107,12 @@
Galleria.run("#gallery", {dataSource: data});
</script>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
</body>
</html>