Add thumbnails to images

Use thumbnails instead of original images.
Compress original images.
master
Muhammad Rifqi Priyo Susanto 2020-07-21 16:35:50 +07:00
parent 903d8da840
commit 3d1ab31ec6
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 KiB

After

Width:  |  Height:  |  Size: 752 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -54,7 +54,7 @@ article>aside {
<p>This mod generates world layer by layer. This mod was created because I read that Minecraft has superflat mode in its world generation. This works the same, albeit uses different format, as superflat in Minecraft.</p>
<p>The actual description is "(Yet Another) Superflat Map Generator" because there is another map generator that generates flat world, e.g. built-in flat mapgen and <a href="https://forum.minetest.net/viewtopic.php?t=8952" target="_blank">flatgen</a> mod.</p>
<figure>
<img src="/assets/minetest-mod-superflat.png" alt="Flat world from superflat mod">
<a href="/assets/minetest-mod-superflat.png" target="_blank"><img src="/assets/minetest-mod-superflat.png" alt="Flat world from superflat mod"></a>
<figcaption>Flat world from superflat mod</figcaption>
</figure>
</article>
@ -77,11 +77,11 @@ article>aside {
<p>This mod generates world with more biomes and features than what Minetest had back then. It also supports other mods: <a href="https://forum.minetest.net/viewtopic.php?t=549" target="_blank">moreores</a> and <a href="https://forum.minetest.net/viewtopic.php?t=8890" target="_blank">bakedclay</a>. This mod was my attempt to create map generator that uses noise (2D and 3D) and supports another mod.</p>
<p>This mod can be modified by another mod. I also create an example for that in another mod: <a href="https://forum.minetest.net/viewtopic.php?t=11975" target="_blank">amgmt_plugin</a>. Now, Minetest supports custom biomes from its modding API that makes this mod irrelevant.</p>
<figure>
<img src="/assets/minetest-mod-amgmt-1.png" alt="An intersection of many biomes from amgmt mod">
<a href="/assets/minetest-mod-amgmt-1.png" target="_blank"><img src="/assets/thumb/minetest-mod-amgmt-1.png" alt="An intersection of many biomes from amgmt mod"></a>
<figcaption>An intersection of many biomes</figcaption>
</figure>
<figure>
<img src="/assets/minetest-mod-amgmt-2.png" alt="A river bordering two biomes from amgmt mod">
<a href="/assets/minetest-mod-amgmt-2.png" target="_blank"><img src="/assets/thumb/minetest-mod-amgmt-2.png" alt="A river bordering two biomes from amgmt mod"></a>
<figcaption>A river bordering two biomes</figcaption>
</figure>
</article>