mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Fix videos aren't centered
This commit is contained in:
parent
82c3d4d878
commit
c1bf95d1eb
1 changed files with 0 additions and 4 deletions
|
@ -119,10 +119,6 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
|
|||
>
|
||||
{showOriginal || autoGIFAnimate ? (
|
||||
<div
|
||||
style={{
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
}}
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
<video
|
||||
|
|
Loading…
Reference in a new issue