new post + somehow images got reset to jpg
This commit is contained in:
parent
38612d8469
commit
c8a38efb65
3097 changed files with 70879 additions and 18333 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>2014</title>
|
||||
<title>2014 - 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(20141216161530.jpg);
|
||||
content:url(20141216161530.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,19 +54,18 @@
|
|||
var data = [
|
||||
{
|
||||
title: "20141216161530",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>0.001</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>15</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 16 Dec 2014 04:15:30 PM </abbr>",
|
||||
thumb: "thumbnails/20141216161530.jpg",
|
||||
image: "20141216161530.jpg"
|
||||
description: "",
|
||||
thumb: "thumbnails/20141216161530.webp",
|
||||
image: "20141216161530.webp"
|
||||
},
|
||||
{
|
||||
title: "20141225082357",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 25 Dec 2014 08:23:57 AM </abbr>",
|
||||
thumb: "thumbnails/20141225082357.jpg",
|
||||
image: "20141225082357.jpg"
|
||||
description: "",
|
||||
thumb: "thumbnails/20141225082357.webp",
|
||||
image: "20141225082357.webp"
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Galleria.ready(function() {
|
||||
/*
|
||||
load thumbnails after gallery setup, and download has started
|
||||
|
|
@ -98,7 +91,6 @@
|
|||
});
|
||||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
|
|
@ -109,5 +101,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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue