Try this fix

This commit is contained in:
Lim Chee Aun 2023-03-29 20:53:48 +08:00
parent a41871ae4b
commit e15f122dd1

View file

@ -60,10 +60,11 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
containerProps: {
className: 'media-zoom',
style: {
width: 'inherit',
height: 'inherit',
justifyContent: 'inherit',
alignItems: 'inherit',
overflow: 'visible',
// width: 'inherit',
// height: 'inherit',
// justifyContent: 'inherit',
// alignItems: 'inherit',
// display: 'inherit',
},
},