mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-13 03:26:21 +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 ? (
|
{showOriginal || autoGIFAnimate ? (
|
||||||
<div
|
<div
|
||||||
style={{
|
|
||||||
width: '100%',
|
|
||||||
height: '100%',
|
|
||||||
}}
|
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
<video
|
<video
|
||||||
|
|
Loading…
Reference in a new issue