Vertaling van "max-width" 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.
However, the max-width is not the only condition you can apply to a stylesheet.
Sin embargo, la máx-width no es la única condición que le puedes aplicar a la hoja de estilo.
With max-height, min-height, max-width and min-width can be left out in one direction
Con máx-height, min-height, máx-width y min-width puede dejarse en una dirección
If a single word is longer than the max-width setting, it will stick out the side of the box.
Si una sola palabra es más larga que la configuración de ancho máximo, sobresaldrá del lateral del cuadro.
HubSpot also adds a max-width to images in the content editor, so you don't have to worry about editing the source code to add max-widths.
HubSpot también agrega un ancho máximo a las imágenes en el editor de contenido, por lo que no tienes que preocuparte de editar el código fuente para aumentar el ancho.
If the image is 200px in width but is inside a div that takes up 100% of the screen, max-width means the image is never larger than 200px wide.
Si la imagen tiene 200 píxeles de ancho pero está dentro de una div que ocupa el 100% de la pantalla, la anchura máxima significa que la imagen nunca supera los 200 píxeles de ancho.
In media queries you optionally define a media type to affect (screen, print etc) at least one media feature (max-width, orientation etc).
En las consultas de medios, define de manera opcional un tipo de medio que afecta (pantalla, impresión, etc.) al menos una característica de medios (anchura máxima, orientación, etc...
While there are several different items we can query on, the ones used most often for responsive web design are min-width, max-width, min-height, and max-height.
Aunque hay varios elementos diferentes por los que podemos consultar, los que se usan con mayor frecuencia para el diseño web adaptable son min-width, máx-width, min-height y máx-height.
max-width - the maximum width of the browser's viewable area, any wider than this and the rule is not applied
máx-width: el ancho máximo del área visible del navegador, mayor que éste y la regla no se aplica
If the box-sizing property is set to content-box (default), the content area's size can be explicitly defined with the width, min-width, max-width, height, min-height, and max-height properties.
Si la propiedad box-sizing está configurada en content-box (default), el tamaño del área de contenido se puede definir explícitamente con las propiedades de width, min-width, máx-width, height, min-height y máx-height.
For images, using width: 100% instead of max-width: 100% will cause an image to take up 100% of the space available instead of stopping at its actual width in pixels.
Para las imágenes, con el ancho: 100% en lugar de máx-width: 100% hará que una imagen ocupe el 100% del espacio disponible en lugar de detenerse en su ancho real en píxeles.
If two viewport values are provided the first value will be set to the min-width and the second value will be set max-width.
Si se definen dos valores de viewport, el primero corresponderá a la anchura mínima, y el segundo, a la anchura máxima.
2 CSS -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill values have been added to width, min-width, and max-width (bug 311415).
Se han añadido los valores -moz-máx-content, -moz-min-content, -moz-fit-content y -moz-available a las propiedades width, min-width y máx-width (bug 311415 y bug 402706).
The element takes the space available to it and resizes its height automatically to the aspect ratio given by the width and height attributes until it reaches the element's natural size or reaches a CSS constraint (e.g., max-width).
El elemento ocupa el espacio del que dispone y modifica su altura automáticamente según la proporción indicada por los atributos width y height hasta alcanzar su tamaño natural o una restricción de CSS (p. ej., máx-width).