Guest User

Untitled

a guest
Dec 13th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. // object-fitを使った例
  2. .object-fit-contain img {
  3. width: 200px;
  4. height: 200px;
  5. object-fit: contain;
  6. }
Add Comment
Please, Sign In to add comment