Vertaling van "con 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.
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.
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.
Por eso, debes procesar las imágenes más pequeñas para los tamaños y las resoluciones de pantalla de destino con srcset y sizes; hablaremos sobre srcset a la brevedad.
So, serve the smallest images for your target screen sizes and resolutions, taking advantage of srcset and sizes - we'll cover srcset shortly.
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
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