@@ -150,6 +150,7 @@ export default ({images = [], className, onChange, onClick, ref, current:propCur
if (window.navigator.userAgent.includes('Prerender')){
return (<img src={images[0]}
alt={`image of good`}
+ style={{maxWidth: '50vw', maxHeight: '50vh'}}
/>)
}