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,11 +60,12 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
containerProps: { containerProps: {
className: 'media-zoom', className: 'media-zoom',
style: { style: {
width: 'inherit', overflow: 'visible',
height: 'inherit', // width: 'inherit',
justifyContent: 'inherit', // height: 'inherit',
alignItems: 'inherit', // justifyContent: 'inherit',
// display: 'inherit', // alignItems: 'inherit',
// display: 'inherit',
}, },
}, },
onUpdate, onUpdate,