-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (65 loc) · 4.87 KB
/
index.html
File metadata and controls
73 lines (65 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS LQIP demo</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css" media="screen">
</head>
<body>
<template id="demo-template">
<div class="demo">
<div class="image"></div>
<div class="preview"></div>
<div class="colors">
<div class="resized" title="Resized image (used to pick colors)"></div>
<div class="packed-colors" title="Packed colors"></div>
<code></code>
</div>
</div>
</template>
<header>
<h1>LQIP in pure CSS</h1>
<p class="note">
<code>Canvas</code> and <code>ImageBitmap</code> are used to select the colors of the images. Due to their nature the selected colors will vary between different browsers and platforms.
</p>
<div class="controls">
<button id="select-images-button" class="icon">Select images</button>
<input type="file" accept="image/*" id="select-images" multiple>
<button id="toggle-colors" class="icon">Toggle colors preview</button>
</div>
</header>
<main>
<div class="images">
<img loading="lazy" src="images/samuel-ferrara-iecJiKe_RNg-unsplash.avif" title="Photo by Samuel Ferrara on Unsplash" style="--lqip:#ccd94c11">
<img loading="lazy" src="images/severin-demchuk-yhsSR-se1l0-unsplash.avif" title="Photo by Severin Demchuk on Unsplash" style="--lqip:#222cef65">
<img loading="lazy" src="images/stormseeker-sX3FUq37Ve8-unsplash.avif" title="Photo by Stormseeker on Unsplash" style="--lqip:#0aa08891">
<img loading="lazy" src="images/vicky-hladynets-sDDtChahKQ4-unsplash.avif" title="Photo by Vicky Hladynets on Unsplash" style="--lqip:#edcc2480">
<img loading="lazy" src="images/chad-montano-MqT0asuoIcU-unsplash.avif" title="Photo by Chad Montano on Unsplash" style="--lqip:#32152c91">
<img loading="lazy" src="images/annie-spratt-XgXxJVyP1vA-unsplash.avif" title="Photo by Annie Spratt on Unsplash" style="--lqip:#acdbded3">
<img loading="lazy" src="images/ari-kurniawan-wAg0NlNOd4M-unsplash.avif" title="Photo by Ari Kurniawan on Unsplash" style="--lqip:#cca202d4">
<img loading="lazy" src="images/caleb-george-5sF6NrB1MEg-unsplash.avif" title="Photo by Caleb George on Unsplash" style="--lqip:#fa868bd4">
<img loading="lazy" src="images/doncoombez-GjCFTqRxETI-unsplash.avif" title="Photo by Doncoombez on Unsplash" style="--lqip:#ba5dd933">
<img loading="lazy" src="images/fadhil-abhimantra-WLggWHtSnjA-unsplash.avif" title="Photo by Fadhil Abhimantra on Unsplash" style="--lqip:#1118c808">
<img loading="lazy" src="images/jonas-degener-J9RFnXJ12TQ-unsplash.avif" title="Photo by Jonas Degener on Unsplash" style="--lqip:#ecd06491">
<img loading="lazy" src="images/jose-g-ortega-castro-j-stvO_SzE8-unsplash.avif" title="Photo by Jose G. Ortega Castro on Unsplash" style="--lqip:#65889500">
<img loading="lazy" src="images/josh-hild-SKlj7Az8DCQ-unsplash.avif" title="Photo by Josh Hild on Unsplash" style="--lqip:#87708632">
<img loading="lazy" src="images/launde-morel-HzvfONwKapE-unsplash.avif" title="Photo by Launde Morel on Unsplash" style="--lqip:#d7968e0b">
<img loading="lazy" src="images/martin-sanchez-l1_ANquXW1E-unsplash.avif" title="Photo by Martin Sanchez on Unsplash" style="--lqip:#0aa048d6">
<img loading="lazy" src="images/nikita-pishchugin-zYyKL6LnzSU-unsplash.avif" title="Photo by Nikita Pishchugin on Unsplash" style="--lqip:#bbaaa899">
<img loading="lazy" src="images/luis-villasmil-ITFwHdPEED0-unsplash.avif" title="Photo by Luis Villasmil on Unsplash" style="--lqip:#413e0e07">
<img loading="lazy" src="images/martin-katler-z5CpcPh5aW4-unsplash.avif" title="Photo by Martin Katler on Unsplash" style="--lqip:#4670cdbb">
<img loading="lazy" src="images/eugene-chystiakov-bOOfIxzsCZQ-unsplash.avif" title="Photo by Eugene Chystiakov on Unsplash" style="--lqip:#98602411">
<img loading="lazy" src="images/tiago-ferreira-em5xx3FgXMo-unsplash.avif" title="Photo by Tiago Ferreira on Unsplash" style="--lqip:#ddc2449a">
<img loading="lazy" src="images/junaid-aziz-kDxqYhuPugk-unsplash.avif" title="Photo by Junai Aziz on Unsplash" style="--lqip:#987ffc08">
<img loading="lazy" src="images/deniz-altindas-jVLahCBXaJs-unsplash.avif" title="Photo by Deniz Altindas on Unsplash" style="--lqip:#6652036e">
<img loading="lazy" src="images/ian-dooley-TLD6iCOlyb0-unsplash.avif" title="Photo by Ian Dooley on Unsplash" style="--lqip:#fd9b77da">
<img loading="lazy" src="images/michiel-annaert-TEWLhkplCOo-unsplash.avif" title="Photo by Michiel Annaert on Unsplash" style="--lqip:#9bc026c">
</div>
</main>
</body>
<script src="index.js" type="module"></script>
</html>