We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
img
auto
1 parent 90d3f91 commit dda6c7dCopy full SHA for dda6c7d
css/src/_base.less
@@ -532,10 +532,13 @@ select[multiple] > optgroup > option {
532
//++++++++++++++++++++++++++++++++//
533
// # EMBEDDED
534
535
+// [1] Correct squishing when one dimension changes (override `[height]`/`[width]` attributes)
536
// [2] fluid images for responsive purposes
537
// [3] offset `[alt]` attribute text from surrounding copy
538
// [4] safer alternative to `display: block;`
539
img {
540
+ height: auto; width: auto; // COMBAK{FALLBACK}
541
+ block-size: auto; inline-size: auto; // [1]
542
max-width: 100%; // COMBAK{FALLBACK}
543
@supports (max-inline-size: 1%) {
544
max-width: unset;
0 commit comments