Explorar o código

18 react update and prerender check

asmer hai 3 meses
pai
achega
bf4acd06a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/SliderImage.js

+ 1 - 0
src/SliderImage.js

@@ -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'}}
                         />)
     }