Fix videos aren't centered

This commit is contained in:
Lim Chee Aun 2023-03-27 19:42:51 +08:00
parent 82c3d4d878
commit c1bf95d1eb

View file

@ -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