File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > DisplayMode.FillContainer Snippet</ title >
88 < style >
9+ html , body {
10+ height : 100% ;
11+ }
912 body {
1013 display : flex;
1114 justify-content : center;
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > DisplayMode.FitContainer Snippet</ title >
88 < style >
9+ html , body {
10+ height : 100% ;
11+ }
912 body {
1013 display : flex;
1114 justify-content : center;
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > DisplayMode.FitScreen Snippet</ title >
88 < style >
9+ html , body {
10+ height : 100% ;
11+ }
912 body {
1013 display : flex;
1114 height : 100vh ;
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > DisplayMode.Fixed Snippet</ title >
88 < style >
9+ html , body {
10+ height : 100% ;
11+ }
912 body {
1013 display : flex;
1114 justify-content : center;
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > Fullscreen</ title >
88 < style >
9+ html , body {
10+ height : 100% ;
11+ }
912 body {
1013 display : flex;
1114 flex-direction : column;
You can’t perform that action at this time.
0 commit comments