Skip to content

Commit d893257

Browse files
LBeckXserver1601com
authored andcommitted
Add README.md
1 parent e5d5136 commit d893257

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# File lazy loader
2+
3+
Extension for Contao 4.9
4+
5+
Load your styles and JavaScript files easily from the Contao page layout. Using the wizard you can set parameters how and when these files should be loaded.
6+
This way optimized scripts and styles can be loaded for Google.
7+
8+
### Installation
9+
10+
`$ composer require agentur1601com/social-media-bar`
11+
12+
### Options JavaScript
13+
14+
1. `Preload` Preload via the link tag
15+
2. `Preload push` Preload via the PHP header link
16+
3. `Async` Script tag with the `async` flag
17+
4. `Defer` Script tag with the `defer` flag
18+
19+
### Options CSS, SCSS, SASS
20+
21+
1. `Preload` Preload via the link tag
22+
2. `Preload push` Preload via the PHP header link
23+
3. `Head` Simple link style tag in the head section
24+
4. `Script Delay` Load style tag via JavaScript in the head section
25+
26+
---
27+
28+
### Support
29+
30+
31+
32+
---
33+

0 commit comments

Comments
 (0)