5 <title>object-fit, portrait images smaller than content box
</title>
6 <style type=
"text/css">
13 border: 1px solid black
;
14 background-color: gray
;
16 div
> * > * { display:block
; }
17 .group.portrait > *:nth-child(1) > * { width:100%; height:100%; }
18 .group.portrait > *:nth-child(2) > * { height:100%; margin-left:25%; }
19 .group.portrait > *:nth-child(3) > * { width:100%; margin-top:-50%; }
20 .group.portrait > *:nth-child(4) > * { margin-top:36px; margin-left:54px; }
21 .group.portrait > *:nth-child(5) > * { margin-top:36px; margin-left:54px; }
26 <!-- Small images, should be scaled up when allowed. -->
27 <div class=
"group portrait">
28 <div><img src=
"resources/circles-portrait-small.png"></div>
29 <div><img src=
"resources/circles-portrait-small.png"></div>
30 <div><img src=
"resources/circles-portrait-small.png"></div>
31 <div><img src=
"resources/circles-portrait-small.png"></div>
32 <div><img src=
"resources/circles-portrait-small.png"></div>