Docs
This commit is contained in:
parent
1873d24cd5
commit
6e406f685f
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ The included React Component handles a lot of annoying stuff for you. The breakd
|
|||
|
||||
// This is defaulted as I've found it helps scaling in some
|
||||
// browsers. YMMV, so override as need be!
|
||||
preserveAspectRatio: 'xMinYMin meet',
|
||||
preserveAspectRatio: 'xMidYMid meet',
|
||||
|
||||
// Accessibility traits! This component will handle mapping between
|
||||
// accessibility requirement differences between <svg> and <img>
|
||||
|
|
|
|||
Reference in a new issue