Skip to content

Does anybody use with next/image? it doesn't work. #84

@nwatab

Description

@nwatab

All images are shown in full screen and overlaid.

import Image from 'next/image';
import Masonry from 'react-masonry-css'

<Masonry>
{
  imgs.map(img => (
    <Image
      key={img.id}
      src={img.src}
      layout='fill'
    />
  ))
}
</Masonry>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions