benhowell / react-grid-gallery

Justified image gallery component for React
https://benhowell.github.io/react-grid-gallery/
MIT License
996 stars 206 forks source link

local images #335

Open webcoderz opened 8 months ago

webcoderz commented 8 months ago

hi great package, can this show local images?

filiphosko commented 5 months ago

@webcoderz It definitely can, depending on how is your local development server set up, e.g. if you use React with CRA, there is surely a public folder or an equivalent, so you can use relative paths to point to your images in that folder.