Disable lazy images for now

The feature is very unstable on Zola's side, it causes a lot of
rendering issues that I don't know how to fix because it's not an issue
on my end.
This commit is contained in:
daudix
2024-08-05 05:41:17 +03:00
parent 22babf3354
commit f86f950866
5 changed files with 13 additions and 4 deletions

View File

@ -338,7 +338,7 @@ The <abbr title="American Standard Code for Information Interchange">ASCII</abbr
<aside>
Quill and a parchment
<img class="transparent no-hover" style="margin-bottom: 0; border-radius: 0;" alt="Quill and a parchment" decoding="async" loading="lazy" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg/326px-%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg" />
<img class="transparent no-hover" style="margin-bottom: 0; border-radius: 0;" alt="Quill and a parchment" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg/326px-%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg" />
</aside>
A quill is a writing tool made from a moulted flight feather (preferably a primary wing-feather) of a large bird. Quills were used for writing with ink before the invention of the dip pen, the metal-nibbed pen, the fountain pen, and, eventually, the ballpoint pen.

View File

@ -4,7 +4,7 @@ title = "Cake Party"
# Welcome to the cake party
<img class="transparent no-hover" style="width:50%" decoding="async" loading="lazy" src="https://i1.theportalwiki.net/img/0/0a/Portal_Cake.png"/>
<img class="transparent no-hover" style="width:50%" src="https://i1.theportalwiki.net/img/0/0a/Portal_Cake.png"/>
Sadly, the cake is a _lie_

View File

@ -8,6 +8,16 @@ Several lesser known Duckquill thingies.
<small>If you have some, please consider sharing them here.</small>
## Table of Contents
- [Styling](#styling)
- [Navbar](#navbar)
- [Headings](#headings)
- [Strikethrough](#strikethrough)
- [Edge Highlights](#edge-highlights)
- [Horizontal Rules](#horizontal-rules)
- [Background Image](#background-image)
## Styling
Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.