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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Support Angular >=6.0.0
25
25
26
26
- Load image directly for spider (SEO friendly) or non-supported browsers
27
27
28
+
- Aggressive Loading. Able to continue to load even if images haven't got intersected when the concurrently loading count is lower than a certain value. (_after 4.0.0_)
29
+
28
30
## Install
29
31
30
32
```bat
@@ -137,7 +139,7 @@ For `ngx-image-placeholder` component, it takes
137
139
138
140
- placeholderImageSrc
139
141
140
-
(after 3.0.0, you can set imageRatio and placeholderImageSrc directly on `ngxProgressiveImage` and spare ngx-image-placeholder layer)
142
+
(_after 3.0.0_, you can set imageRatio and placeholderImageSrc directly on `ngxProgressiveImage` and spare ngx-image-placeholder layer)
141
143
142
144
For `ngx-progressive-image-loader` component, it takes
143
145
@@ -147,6 +149,10 @@ For `ngx-progressive-image-loader` component, it takes
147
149
148
150
- filter
149
151
152
+
- isAggressiveLoading: boolean; default to `true`; Set to `true` to enable **Aggressive Loading** feature. (_after 4.0.0_)
153
+
154
+
- concurrentLoading: number; default t0 4; Decided at least how many concurrent loading when **Aggressive Loading** is enabled
155
+
150
156
For `ngxProgressiveImage` directive, (only for image or source elements)
0 commit comments