Changed Lazyloading Intelligence

This commit is contained in:
Simon Mattila 2019-07-23 15:45:13 +02:00
parent 2be94adcb3
commit 7489c7999b

View File

@ -27,7 +27,7 @@
<div class="step" id="step2"> <div class="step" id="step2">
<p><a class="step-number" href="#step2">2</a> Open and install the <code>.apk</code> file you just downloaded from GitHub.</p> <p><a class="step-number" href="#step2">2</a> Open and install the <code>.apk</code> file you just downloaded from GitHub.</p>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<a href="assets/step-install.jpg"><img class="lazyload step-img" data-src="assets/step-install.jpg"></a> <a href="assets/step-install.jpg"><img class="lazyload step-img" src="assets/step-install.jpg" data-src="assets/step-install.jpg"></a>
</div> </div>
</div> </div>
<hr> <hr>
@ -38,14 +38,14 @@
<div class="step" id="step3"> <div class="step" id="step3">
<p><a class="step-number" href="#step3">3</a> Now that Tachiyomi is installed, open the app and navigate to the <code>Extensions</code> tab.</p> <p><a class="step-number" href="#step3">3</a> Now that Tachiyomi is installed, open the app and navigate to the <code>Extensions</code> tab.</p>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<a href="assets/step-extensions.gif"><img class="lazyload step-img" data-src="assets/step-extensions.gif"></a> <a href="assets/step-extensions.gif"><img class="lazyload step-img" src="assets/step-extensions.png" data-src="assets/step-extensions.gif"></a>
</div> </div>
</div> </div>
<div class="step" id="step4"> <div class="step" id="step4">
<p><a class="step-number" href="#step4">4</a> 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="#how-do-i-allow-third-party-installations-on-my-phone">this</a> guide.</p> <p><a class="step-number" href="#step4">4</a> 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="#how-do-i-allow-third-party-installations-on-my-phone">this</a> guide.</p>
<p>If you successfully installed MangaDex then it should now 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>If you successfully installed MangaDex then it should now 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">
<a href="assets/step-catalogues.png"><img class="lazyload step-img" data-src="assets/step-catalogues.png"></a> <a href="assets/step-catalogues.png"><img class="lazyload step-img" src="assets/step-catalogues.png" data-src="assets/step-catalogues.png"></a>
</div> </div>
</div> </div>
<hr> <hr>
@ -60,7 +60,7 @@
<p><a class="step-number" href="#step6">6</a> 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><a class="step-number" href="#step6">6</a> 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>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<a href="assets/step-save.gif"><img class="lazyload step-img" data-src="assets/step-save.gif"></a> <a href="assets/step-save.gif"><img class="lazyload step-img" src="assets/step-save.png" data-src="assets/step-save.gif"></a>
</div> </div>
</div> </div>
<hr> <hr>