blob: 0d0f471040e27e814f584802b6f98021ebd76bb6 [file] [log] [blame]
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
<dom-module id="files-safe-media">
<template>
<style>
#content {
height: 100%;
width: 100%;
}
#content.audio {
height: 32px;
}
webview {
display: inline-block;
height: 100%;
width: 100%;
}
</style>
<div id="content" class$="[[type]]"></div>
</template>
</dom-module>
<script src="files_safe_media.js"></script>