diff --git a/index.web.js b/index.web.js index e42cd648..1e33898c 100644 --- a/index.web.js +++ b/index.web.js @@ -91,12 +91,6 @@ function prepare(props) { styles, ); - // We provide a default of `xMidYMid` if aspectRatio is not specified with align information. - const preserve = clean.preserveAspectRatio; - if (preserve && preserve !== 'none' && !~preserve.indexOf(' ')) { - clean.preserveAspectRatio = 'xMidYMid ' + preserve; - } - return clean; }