You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/+page.svelte
+32-21Lines changed: 32 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,18 @@ import cat15 from './cat15.jpg?run&width=640&height=640&fit=cover'
17
17
importImgfrom'$lib/index.js'
18
18
19
19
constfeatures= [
20
-
['Full width responsive images served in multiple widths and next-gen formats.', cat02],
21
-
['Native lazy loading with a <code>16px</code> wide placeholder image background.', cat03],
22
-
['Pre-rendered pages that still work without Javascript.', cat04]
20
+
[
21
+
'Render the bare minimum, minimally invasive, HTML code to represent responsive images, served in multiple widths and next-gen formats.',
22
+
cat02
23
+
],
24
+
[
25
+
'Delegate the heavy lifting to native browser handlers and existing build pipelines. Render <strong><img></strong> tags with modern defaults, with other component props spread into it.',
26
+
cat03
27
+
],
28
+
[
29
+
'Images still work without Javascript. Try disabling JS and refreshing the page. Also try checking the lighthouse score.',
0 commit comments