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: examples/docs/en-US/image.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ Besides the native features of img, support lazy load, custom placeholder and lo
114
114
| src | Image source, same as native | string | — | - |
115
115
| fit | Indicate how the image should be resized to fit its container, same as [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit)| string | fill / contain / cover / none / scale-down | - |
| lazy | Whether to use lazy load | boolean | — | false |
118
119
| scroll-container | The container to add scroll listener when using lazy load | string / HTMLElement | — | The nearest parent container whose overflow property is auto or scroll |
Copy file name to clipboardExpand all lines: examples/docs/es/image.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Además de las características nativas de img, soporte de carga perezosa, marca
116
116
| src | origen de la imagen, igual que en nativo | string | — | - |
117
117
| fit | Indica como la imagen debe adaptarse al contenendor, lo mismo que [object-fit](https://developer.mozilla.org/es/docs/Web/CSS/object-fit)| string | fill / contain / cover / none / scale-down | - |
| lazy | si se usara lazy load | boolean | — | false |
120
121
| scroll-container | El contenedor para añadir el scroll listener cuando se utiliza lazy load | string / HTMLElement | — | El contenedor padre más cercano cuya propiedad de desbordamiento es auto o scroll |
Copy file name to clipboardExpand all lines: examples/docs/fr-FR/image.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ En plus des propriétés natives de img, ce composant supporte le lazy loading,
115
115
| src | Source de l'image, identique au natif. | string | — | - |
116
116
| fit | Indique comment l'image devrait être redimmensionnée pour s'adapter à son conteneur, identique à [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit)| string | fill / contain / cover / none / scale-down | - |
| lazy | Si le lazy loading doit être utilisé. | boolean | — | false |
119
120
| scroll-container | Le conteneur auquel ajouter le listener du scroll en mode lazy loading. | string / HTMLElement | — | Le conteneur parent le plus proche avec la propriété overflow à auto ou scroll. |
0 commit comments