mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
25 lines
556 B
Text
25 lines
556 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MVideoBody does not crash when given a portrait image 1`] = `
|
|
<DocumentFragment>
|
|
<span
|
|
class="mx_MVideoBody"
|
|
>
|
|
<div
|
|
class="mx_MVideoBody_container"
|
|
style="max-width: 182px; max-height: 324px;"
|
|
>
|
|
<video
|
|
class="mx_MVideoBody"
|
|
controls=""
|
|
controlslist="nodownload"
|
|
poster="data:image/png;base64,00"
|
|
preload="none"
|
|
/>
|
|
<div
|
|
style="width: 182px; height: 324px;"
|
|
/>
|
|
</div>
|
|
</span>
|
|
</DocumentFragment>
|
|
`;
|