mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 04:27:17 -04:00
9 lines
60 B
CSS
9 lines
60 B
CSS
|
/*
|
||
|
expect:
|
||
|
object-fit: 1
|
||
|
*/
|
||
|
|
||
|
div {
|
||
|
object-fit: contain;
|
||
|
}
|