deno.land / x / lume@v2.1.4 / tests / assets / picture / index.vto

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
<!doctype html><html><head> <title>Demo</title></head><body> <!-- without sizes --> <div transform-images="png 600@2"> <img src="/kevin schmid unsplash.jpg"> </div>
<picture transform-images="avif webp jpg 600@2"> <img src="/kevin schmid unsplash.jpg"> </picture> <!-- This image will be converted to a picture --> <img src="/kevin schmid unsplash.jpg" transform-images="avif webp jpg 300@2"> <!-- This image won't be converted to a picture --> <img src="/kevin schmid unsplash.jpg" transform-images="avif"> <!-- with sizes --> <div transform-images="png 600@2"> <img src="/kevin schmid unsplash.jpg" sizes="600px"> </div>
<picture transform-images="avif webp jpg 600@2"> <img src="/kevin schmid unsplash.jpg" sizes="600px"> </picture> <!-- This image will be converted to a picture --> <img src="/kevin schmid unsplash.jpg" transform-images="avif webp jpg 300@2" sizes="600px"></body></html>
lume

Version Info

Tagged at
7 months ago