reencode addtolibrary for faststart, reencode catalogues image, use lazy

This commit is contained in:
Zane Hannan 2019-07-26 12:13:49 +10:00
parent 8be1476fe7
commit d5ecda023e
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 6.7 MiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -36,24 +36,24 @@
<video controls crossorigin=use-credentials height=544 intrinsicsize=600x1089 loading=lazy loop muted playsinline poster="assets/extensions.png" preload=none width=300> <video controls crossorigin=use-credentials height=544 intrinsicsize=600x1089 loading=lazy loop muted playsinline poster="assets/extensions.png" preload=none width=300>
<source src="assets/extensions.mp4" type="video/mp4"> <source src="assets/extensions.mp4" type="video/mp4">
<source src="assets/extensions.webm" type="video/webm"> <source src="assets/extensions.webm" type="video/webm">
<noscript><img alt height=544 src="assets/extensions.gif" width=300></noscript> <noscript><img alt height=544 loading=lazy src="assets/extensions.gif" width=300></noscript>
</video> </video>
</figure> </figure>
<p>In this guide we will use MangaDex, our most popular extension. Press the <code>Install</code> button and it will bring up the extension installer. If your phone does not allow third-party installations, follow <a href="#third-party-installs">this</a> guide.</p> <p>In this guide we will use MangaDex, our most popular extension. Press the <code>Install</code> button and it will bring up the extension installer. If your phone does not allow third-party installations, follow <a href="#third-party-installs">this</a> guide.</p>
<h3>Exploring the catalogue</h3> <h3>Exploring the catalogue</h3>
<p>Now that you've installed the MangaDex extension it should show up in the <code>Catalogues</code> tab. The items appearing here are called <code>Sources</code>, an extension can contain multiple sources.</p> <p>Now that you've installed the MangaDex extension it should show up in the <code>Catalogues</code> tab. The items appearing here are called <code>Sources</code>, an extension can contain multiple sources.</p>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<img src="assets/catalogues.png" loading="lazy" intrinsicsize="1080x828" width="270" height="272"> <img src="assets/catalogues.png" loading="lazy" intrinsicsize="500x505" width="270" height="273">
</div> </div>
<h3 id=adding-manga-to-your-library>Adding manga to your library</h3> <h3 id=adding-manga-to-your-library>Adding manga to your library</h3>
<p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.</p> <p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.</p>
<p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.</p> <p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.</p>
<p>It should now appear in your <code>My library</code> tab, ready to be read!</p> <p>It should now appear in your <code>My library</code> tab, ready to be read!</p>
<figure> <figure>
<video controls crossorigin=use-credentials height=544 intrinsicsize=600x1089 loading=lazy loop muted playsinline poster="assets/addtolibrary.png" preload=none width=300> <video controls crossorigin=use-credentials height=500 intrinsicsize=500x1000 loading=lazy loop muted playsinline poster="assets/addtolibrary.png" preload=none width=250>
<source src="assets/addtolibrary.mp4" type="video/mp4"> <source src="assets/addtolibrary.mp4" type="video/mp4">
<source src="assets/addtolibrary.webm" type="video/webm"> <source src="assets/addtolibrary.webm" type="video/webm">
<noscript><img alt height=544 src="assets/addtolibrary.gif" width=300></noscript> <noscript><img alt height=500 loading=lazy src="assets/addtolibrary.gif" width=250></noscript>
</video> </video>
</figure> </figure>
<div class=mb-4> <div class=mb-4>
@ -72,12 +72,12 @@
<video controls crossorigin=use-credentials height=344 intrinsicsize=400x688 loading=lazy loop muted playsinline poster="assets/unknownapps-android8.png" preload=none width=200> <video controls crossorigin=use-credentials height=344 intrinsicsize=400x688 loading=lazy loop muted playsinline poster="assets/unknownapps-android8.png" preload=none width=200>
<source src="assets/unknownapps-android8.mp4" type="video/mp4"> <source src="assets/unknownapps-android8.mp4" type="video/mp4">
<source src="assets/unknownapps-android8.webm" type="video/webm"> <source src="assets/unknownapps-android8.webm" type="video/webm">
<noscript><img alt height=344 src="assets/unknownapps-android8.gif" width=200></noscript> <noscript><img alt height=344 loading=lazy src="assets/unknownapps-android8.gif" width=200></noscript>
</video> </video>
<video controls crossorigin=use-credentials height=344 intrinsicsize=400x688 loading=lazy loop muted playsinline poster="assets/unknownapps-android7.png" preload=none width=200> <video controls crossorigin=use-credentials height=344 intrinsicsize=400x688 loading=lazy loop muted playsinline poster="assets/unknownapps-android7.png" preload=none width=200>
<source src="assets/unknownapps-android7.mp4" type="video/mp4"> <source src="assets/unknownapps-android7.mp4" type="video/mp4">
<source src="assets/unknownapps-android7.webm" type="video/webm"> <source src="assets/unknownapps-android7.webm" type="video/webm">
<noscript><img alt height=344 src="assets/unknownapps-android7.gif" width=200></noscript> <noscript><img alt height=344 loading=lazy src="assets/unknownapps-android7.gif" width=200></noscript>
</video> </video>
</figure> </figure>
</details> </details>