cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
362 stars 37 forks source link

Does it support explicit width and height in SSR? #72

Closed HaroldHL closed 2 years ago

HaroldHL commented 2 years ago

how to fix 'Image elements do not have explicit width and height' in pageSpeed.

cedricdelpoux commented 2 years ago

You can add width and height attributes to your images.

<img width="1600" height="900" src="your-image.jpg">

Checkout solutions here