Vertaling van "srcset" 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.
Funciona igual que el atributo srcset de la etiqueta img.
Same as srcset attribute on the img tag.
Existen herramientas para generar y entregar puntos de interrupción srcset.
Tools exists to generate and serve srcset breakpoints.
Es inválido mezclar ancho y densidad del píxel en el mismo atributo srcset.
It is invalid to mix width descriptors and pixel density descriptors in the same srcset attribute.
El atributo src es ignorado en agentes de usuario que soportan srcset cuando usan descriptores 'w'.
The src attribute is ignored in user agents that support srcset when using 'w' descriptors.
Aprende a usar características como srcset y el elemento <picture> para implementar soluciones de imágenes adaptables a sitios web.
Learn how to use features like srcset and the <picture> element to implement responsive image solutions on websites.
Por ejemplo, la etiqueta amp-img proporciona compatibilidad total con srcset, incluso en navegadores que aún no lo admiten.
For example, the amp-img tag provides full srcset support even in browsers that don't support it yet.
Esta información es utilizada por el navegador para determinar, antes de distribuir la página, qué imagen definida en srcset se utilizará.
This information is used by the browser to determine, before laying the page out, which image defined in srcset to use.
En navegadores que no son compatibles con srcset, el navegador simplemente usa el archivo de imagen predeterminado especificado por el atributo src.
On browsers that don't support srcset, the browser simply uses the default image file specified by the src attribute.
Los navegadores no compatibles con srcset pueden utilizar la opción de reserva predeterminada src, especificada en la etiqueta <img>.
Browsers without srcset support can fallback to the default src specified in the <img> tag.
Corrige una regresión de compatibilidad web que afecta al atributo srcset de la etiqueta de imagen
Fix a web compatibility regression impacting the srcset attribute of the image tag
El atributo srcset mejora el comportamiento del elemento img y permite que sea más fácil proporcionar varios archivos de imagen en distintas características de dispositivos.
The srcset attribute enhances the behavior of the img element, making it easy to provide multiple image files for different device characteristics.
Basado en el tamaño calculado del medio, el agente de usuario selecciona la fuente más relativa suministrada por el atributo srcset.
Based on the element's calculated size, the user agent selects the most relative source supplied by the srcset attribute.
También es bueno evitar su uso para imágenes receptivas definidas en srcset, donde la fuente recuperada puede variar según las condiciones del dispositivo.
It's also good to avoid using it for responsive images defined in srcset where the retrieved source may vary based on device conditions.