|
1 | 1 | <script> |
2 | | -import cat01 from './cat01.jpg?run&width=480;1024;1920;2560&height=1024' |
| 2 | +import cat01 from './cat01.jpg?width=480;1024;1920;2560&height=1024&run' |
3 | 3 | import cat02 from './cat02.jpg?run' |
4 | 4 | import cat03 from './cat03.jpg?run' |
5 | 5 | import cat04 from './cat04.jpg?run' |
6 | | -import cat05 from './cat05.jpg?run&width=640&height=640&fit=cover' |
7 | | -import cat06 from './cat06.jpg?run&width=640&height=640&fit=cover' |
8 | | -import cat07 from './cat07.jpg?run&width=640&height=640&fit=cover' |
9 | | -import cat08 from './cat08.jpg?run&width=640&height=640&fit=cover' |
10 | | -import cat09 from './cat09.jpg?run&width=640&height=640&fit=cover' |
11 | | -import cat10 from './cat10.jpg?run&width=640&height=640&fit=cover' |
12 | | -import cat11 from './cat11.jpg?run&width=640&height=640&fit=cover' |
13 | | -import cat12 from './cat12.jpg?run&width=640&height=640&fit=cover' |
14 | | -import cat13 from './cat13.jpg?run&width=640&height=640&fit=cover' |
15 | | -import cat14 from './cat14.jpg?run&width=640&height=640&fit=cover' |
16 | | -import cat15 from './cat15.jpg?run&width=640&height=640&fit=cover' |
| 6 | +import cat05 from './cat05.jpg?width=640&height=640&fit=cover&run' |
| 7 | +import cat06 from './cat06.jpg?width=640&height=640&fit=cover&run' |
| 8 | +import cat07 from './cat07.jpg?width=640&height=640&fit=cover&run' |
| 9 | +import cat08 from './cat08.jpg?width=640&height=640&fit=cover&run' |
| 10 | +import cat09 from './cat09.jpg?width=640&height=640&fit=cover&run' |
| 11 | +import cat10 from './cat10.jpg?width=640&height=640&fit=cover&run' |
| 12 | +import cat11 from './cat11.jpg?width=640&height=640&fit=cover&run' |
| 13 | +import cat12 from './cat12.jpg?width=640&height=640&fit=cover&run' |
| 14 | +import cat13 from './cat13.jpg?width=640&height=640&fit=cover&run' |
| 15 | +import cat14 from './cat14.jpg?width=640&height=640&fit=cover&run' |
| 16 | +import cat15 from './cat15.jpg?width=640&height=640&fit=cover&run' |
17 | 17 | import Img, { FxReveal, FxParallax } from '$lib/index.js' |
18 | 18 |
|
19 | 19 | const dynamic = [cat05, cat06, cat07, cat08, cat09, cat10, cat11, cat12, cat13, cat14, cat15] |
@@ -71,8 +71,8 @@ let selected = 0 |
71 | 71 | <ol start="3"> |
72 | 72 | <li> |
73 | 73 | <p> |
74 | | - Or add parallax special effects to images. All images should still work without Javascript. |
75 | | - Try disabling JS and refreshing the page. Also check out the lighthouse score. |
| 74 | + Or add parallax special effects to images. All images should still appear even without |
| 75 | + Javascript. Try disabling JS and refreshing the page. Also check out the lighthouse score. |
76 | 76 | </p> |
77 | 77 | </li> |
78 | 78 | </ol> |
|
0 commit comments