Fix Lightbox images of different res not centering

This commit is contained in:
blessedcoolant 2022-11-22 15:23:11 +13:00
parent 7caf20aad3
commit 6445e802f6

View File

@ -116,6 +116,7 @@ export default function ReactPanZoom({
alt={alt} alt={alt}
ref={ref} ref={ref}
className={styleClass ? styleClass : ''} className={styleClass ? styleClass : ''}
onLoad={() => centerView()}
/> />
</TransformComponent> </TransformComponent>
</> </>