Vertaling van "data-src" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Agrega la clase "lazyload" a images/iframes junto con un atributo data-src y/o data-srcset.
Add the class "lazyload" to your images/iframes in conjunction with a data-src and/or data-srcset attribute.
Los atributos data-src y data-srcset, que son atributos de marcador de posición y contienen la URL para la imagen que cargaremos cuando el elemento se encuentre en la ventana de visualización.
The data-src and data-srcset attributes, which are placeholder attributes containing the URL for the image we'll load once the element is in the viewport.
Andere resultaten
El script LazyLoad usa el atributo data-lazy-src para almacenar el URL de tu imagen.
The LazyLoad script uses the data-lazy-src attribute to store the URL of your image.
Cuando el atributo data-lazy-src pasa su valor al src de tu imagen, el primero desaparece, dejando sencillamente el atributo src por completo.
When the data-lazy-src attribute passes its value to the src attribute of your image, the former disappears, leaving the complete src attribute.
aquí y visible (el atributo data-lazy-src desaparece y el src empieza con "http")
here and visible (the data-lazy-src attribute disappear and src attribute begins with "http")
Cuando tu imagen tiene que aparecer en la pantalla (porqué el usuario se ha desplazado en tu página web), el valor del atributo data-lazy-src llega a reemplazar lo del atributo src y hace que la imagen aparezca de repente.
When your image has to appear (because the user has scrolled), the data-lazy-src attribute value comes to replace the value of the src attribute and makes the image appear suddenly.