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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Houston-Amazing-Comic-Con-2016</title>
<title>Houston-Amazing-Comic-Con-2016 - 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(20160911104741.jpg);
content:url(20160911104741.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>
@ -60,37 +54,36 @@
var data = [
{
title: "20160911104741",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>6</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 10:47:41 AM </abbr>",
thumb: "thumbnails/20160911104741.jpg",
image: "20160911104741.jpg"
description: "",
thumb: "thumbnails/20160911104741.webp",
image: "20160911104741.webp"
},
{
title: "20160911122438",
description: "<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>0.03333333333333333</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 12:24:38 PM </abbr>",
thumb: "thumbnails/20160911122438.jpg",
image: "20160911122438.jpg"
},
{
title: "20160911125515",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.03333333333333333</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 12:55:15 PM </abbr>",
thumb: "thumbnails/20160911125515.jpg",
image: "20160911125515.jpg"
description: "",
thumb: "thumbnails/20160911122438.webp",
image: "20160911122438.webp"
},
{
title: "20160911133839",
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.03333333333333333</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 01:38:39 PM </abbr>",
thumb: "thumbnails/20160911133839.jpg",
image: "20160911133839.jpg"
description: "",
thumb: "thumbnails/20160911133839.webp",
image: "20160911133839.webp"
},
{
title: "20160911140000",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.03333333333333333</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>8</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 02:00:00 PM </abbr>",
thumb: "thumbnails/20160911140000.jpg",
image: "20160911140000.jpg"
description: "",
thumb: "thumbnails/20160911140000.webp",
image: "20160911140000.webp"
},
{
title: "20160911125515",
description: "",
thumb: "thumbnails/20160911125515.webp",
image: "20160911125515.webp"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
@ -116,7 +109,6 @@
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
@ -127,5 +119,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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Space-City-Comic-Con-2016</title>
<title>Space-City-Comic-Con-2016 - 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(20160528110442.jpg);
content:url(20160528134651.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>
@ -59,50 +53,49 @@
<script>
var data = [
{
title: "20160528110442",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.02</abbr><abbr title='aperture'>5.400000095367432</abbr><abbr title='focal length'>128</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:04:42 AM </abbr>",
thumb: "thumbnails/20160528110442.jpg",
image: "20160528110442.jpg"
},
{
title: "20160528110539",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.005</abbr><abbr title='aperture'>5.199999809265137</abbr><abbr title='focal length'>111</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:05:39 AM </abbr>",
thumb: "thumbnails/20160528110539.jpg",
image: "20160528110539.jpg"
},
{
title: "20160528110709",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.005</abbr><abbr title='aperture'>6.300000190734863</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:07:09 AM </abbr>",
thumb: "thumbnails/20160528110709.jpg",
image: "20160528110709.jpg"
title: "20160528134651",
description: "",
thumb: "thumbnails/20160528134651.webp",
image: "20160528134651.webp"
},
{
title: "20160528113950",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:39:50 AM </abbr>",
thumb: "thumbnails/20160528113950.jpg",
image: "20160528113950.jpg"
description: "",
thumb: "thumbnails/20160528113950.webp",
image: "20160528113950.webp"
},
{
title: "20160528134651",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.04</abbr><abbr title='aperture'>3.5999999046325684</abbr><abbr title='focal length'>16</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 01:46:51 PM </abbr>",
thumb: "thumbnails/20160528134651.jpg",
image: "20160528134651.jpg"
title: "20160528110709",
description: "",
thumb: "thumbnails/20160528110709.webp",
image: "20160528110709.webp"
},
{
title: "20160528152850",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>26</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 03:28:50 PM </abbr>",
thumb: "thumbnails/20160528152850.jpg",
image: "20160528152850.jpg"
title: "20160528110442",
description: "",
thumb: "thumbnails/20160528110442.webp",
image: "20160528110442.webp"
},
{
title: "20160528155344",
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>0.05</abbr><abbr title='aperture'>4.400000095367432</abbr><abbr title='focal length'>25</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 03:53:44 PM </abbr>",
thumb: "thumbnails/20160528155344.jpg",
image: "20160528155344.jpg"
description: "",
thumb: "thumbnails/20160528155344.webp",
image: "20160528155344.webp"
},
{
title: "20160528110539",
description: "",
thumb: "thumbnails/20160528110539.webp",
image: "20160528110539.webp"
},
{
title: "20160528152850",
description: "",
thumb: "thumbnails/20160528152850.webp",
image: "20160528152850.webp"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
@ -128,7 +121,6 @@
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
@ -139,5 +131,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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Comic-Cons</title>
<title>Comic-Cons - duckland.org&#39;s photo gallery</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
@ -12,10 +12,10 @@
<link rel="stylesheet" href="../static/css/normalize.css">
<link rel="stylesheet" href="../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../static/css/style.css">
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
<link rel="prefetch" href="static/galleria.min.js" />
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
<link rel="prefetch" href="static/galleria.min.js" />
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
</head>
<body>
<div class="container">
@ -36,18 +36,25 @@
</header>
<div id="main" role="main">
<div id="albums">
<ul>
<li><a href="Houston-Amazing-Comic-Con-2016/">
<img src="Houston-Amazing-Comic-Con-2016/thumbnails/20160911122438.jpg" class="album_thumb" alt="Houston-Amazing-Comic-Con-2016" title="Houston-Amazing-Comic-Con-2016" /></a>
<span class="album_title">Houston-Amazing-Comic-Con-2016</span>
</li>
<li><a href="Space-City-Comic-Con-2016/">
<img src="Space-City-Comic-Con-2016/thumbnails/20160528110442.jpg" class="album_thumb" alt="Space-City-Comic-Con-2016" title="Space-City-Comic-Con-2016" /></a>
<span class="album_title">Space-City-Comic-Con-2016</span>
</li>
</ul>
</div>
<div id="albums">
<ul>
<li><a href="Houston-Amazing-Comic-Con-2016/">
<img src="Houston-Amazing-Comic-Con-2016/thumbnails/20160911122438.webp" class="album_thumb" alt="Houston-Amazing-Comic-Con-2016" title="Houston-Amazing-Comic-Con-2016" /></a>
<span class="album_title">Houston-Amazing-Comic-Con-2016</span>
</li>
<li><a href="Space-City-Comic-Con-2016/">
<img src="Space-City-Comic-Con-2016/thumbnails/20160528134651.webp" class="album_thumb" alt="Space-City-Comic-Con-2016" title="Space-City-Comic-Con-2016" /></a>
<span class="album_title">Space-City-Comic-Con-2016</span>
</li>
</ul>
</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>