Examples with "with srcset" and their translation in Spaans
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.
Responsive images, made easy Create responsive images by specifying the width and height, setting layout to responsive, and indicating with srcset which image asset to use based on varying screen sizes
Para crear imágenes adaptables, solo tienes que proporcionar valores de asignar el valor responsive al atributo "layout", e indicar con srcset qué recurso de imagen se debe usar en función de cada tamaño de pantalla
You can also use the optional AMP sizes attribute along with srcset.
Learn more about creating responsive images using srcset in Using Responsive Images (Now). sizes You can also use the optional AMP sizes attribute along with srcset.
Andere resultaten
In non-AMP and AMP pages, you can serve the correct image for the screen's pixel density by using srcset with the width descriptor (w).
En páginas no AMP y AMP, puede servir la imagen correcta para la densidad de píxeles de la pantalla utilizando srcset con el descriptor de anchura (w).
Same as srcset attribute on the img tag.
Tools exists to generate and serve srcset breakpoints.
Existen herramientas para generar y entregar puntos de interrupción srcset.
It is invalid to mix width descriptors and pixel density descriptors in the same srcset attribute.
Es inválido mezclar ancho y densidad del píxel en el mismo atributo srcset.
Install all the images that the <picture> element and the srcset attribute will request.
Instalar todas las imágenes que solicitarán el elemento <picture> y el atributo srcset.
The src attribute is ignored in user agents that support srcset when using 'w' descriptors.
El atributo src es ignorado en agentes de usuario que soportan srcset cuando usan descriptores 'w'.
Learn how to use features like srcset and the <picture> element to implement responsive image solutions on websites.
Aprende a usar características como srcset y el elemento <picture> para implementar soluciones de imágenes adaptables a sitios web.
For example, the amp-img tag provides full srcset support even in browsers that don't support it yet.
Por ejemplo, la etiqueta amp-img proporciona compatibilidad total con srcset, incluso en navegadores que aún no lo admiten.
This information is used by the browser to determine, before laying the page out, which image defined in srcset to use.
Esta información es utilizada por el navegador para determinar, antes de distribuir la página, qué imagen definida en srcset se utilizará.
On browsers that don't support srcset, the browser simply uses the default image file specified by the src attribute.
En navegadores que no son compatibles con srcset, el navegador simplemente usa el archivo de imagen predeterminado especificado por el atributo src.