| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>object-fit on input images</title> | |
| <link rel="stylesheet" href="resources/test.css" type="text/css"> | |
| </head> | |
| <body> | |
| <div class="group"> | |
| <input type="image" src="../resources/circles-landscape.png"> | |
| <input type="image" src="../resources/circles-landscape.png"> | |
| <input type="image" src="../resources/circles-landscape.png"> | |
| <input type="image" src="../resources/circles-landscape.png"> | |
| <input type="image" src="../resources/circles-landscape.png"> | |
| </div> | |
| </body> | |
| </html> |