MinJieLiu / react-photo-view

An exquisite React photo preview component.
https://react-photo-view.vercel.app
Apache License 2.0
1.56k stars 130 forks source link

Images from CMS #191

Open David-Slack opened 3 months ago

David-Slack commented 3 months ago

I have a bunch of pages and each page has content from a CMS rendered with:

<article className="content" dangerouslySetInnerHTML={{ __html: content.body }}></article>

Can I use the PhotoViewer with these images and how would I do it?

Thanks